Skip to content
Snippets Groups Projects
Commit b867f2cf authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-190: added defaults, and descriptions

parent 89f50773
No related branches found
No related tags found
1 merge request!252Resolve TMSS-190
...@@ -17,10 +17,11 @@ ...@@ -17,10 +17,11 @@
} }
}, },
"type": "object", "type": "object",
"default": {},
"properties": { "properties": {
"scheduler": { "scheduler": {
"name": "Scheduler", "name": "Scheduler",
"description": "Which scheduling system will schedule this", "description": "Schedule manually at the 'time.at' moment, of dynamically taking all time constraints into consideration.",
"type": "string", "type": "string",
"enum": [ "enum": [
"manual", "manual",
...@@ -33,7 +34,7 @@ ...@@ -33,7 +34,7 @@
"default": {}, "default": {},
"properties": { "properties": {
"at": { "at": {
"description": "Start at this moment", "description": "Start at this moment. Requires 'scheduler' to be set to 'manual'.",
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/datetime/1/#/definitions/timestamp" "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/datetime/1/#/definitions/timestamp"
}, },
"after": { "after": {
...@@ -106,6 +107,7 @@ ...@@ -106,6 +107,7 @@
"transit_offset": { "transit_offset": {
"description": "Offset window to LST centering", "description": "Offset window to LST centering",
"type": "object", "type": "object",
"default": {},
"properties": { "properties": {
"from": { "from": {
"type": "number", "type": "number",
...@@ -122,6 +124,7 @@ ...@@ -122,6 +124,7 @@
}, },
"min_distance": { "min_distance": {
"type": "object", "type": "object",
"default": {},
"properties": { "properties": {
"sun": { "sun": {
"$ref": "#/definitions/distance_on_sky", "$ref": "#/definitions/distance_on_sky",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment