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

TMSS-717: enforcing a minimum of one station in the list is too strict,...

TMSS-717: enforcing a minimum of one station in the list is too strict, sometimes an empty stationlist is ok.
parent 9869553c
No related branches found
No related tags found
1 merge request!447TMSS-717: merge commissioning fixes back to master
......@@ -73,7 +73,7 @@
"items":{
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/station"
},
"minItems": 1,
"minItems": 0,
"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