Skip to content
Snippets Groups Projects

TMSS-717: merge commissioning fixes back to master

Merged TMSS-717: merge commissioning fixes back to master
Merged Jorrit Schaap requested to merge TMSS-717 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 6a3355b2
    TMSS-717: enforcing a minimum of one station in the list is too strict,... · 6a3355b2
    Jorrit Schaap authored
    TMSS-717: enforcing a minimum of one station in the list is too strict, sometimes an empty stationlist is ok.
@@ -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": {
Loading