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

TMSS-528: enforce at least one station

parent e6337ba6
No related branches found
No related tags found
1 merge request!366Resolve TMSS-528 "Beamformer support"
......@@ -68,13 +68,14 @@
]
},
"station_list":{
"default":[],
"default":["CS002"],
"type":"array",
"additionalItems":false,
"additionalProperties":false,
"items":{
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/station"
},
"minItems": 1,
"uniqueItems":true
},
"max_number_of_missing_stations": {
......
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