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

TMSS-379: user default superterp station group

parent 887902e0
No related branches found
No related tags found
2 merge requests!260syncing cob-master with master again,!247Resolve TMSS-379 "Input"
......@@ -6,14 +6,12 @@
"version": 1,
"type": "object",
"properties": {
"stations": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/stations",
"default": [
{
"list": ["CS001"],
"max_missing": 0
}
]
"station_groups": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/station_groups",
"default": [ {
"stations": ["CS002", "CS003", "CS004", "CS005", "CS006", "CS007"],
"max_nr_missing": 1
} ]
},
"antenna_set": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1/#/definitions/antenna_set",
......@@ -136,7 +134,7 @@
}
},
"required": [
"stations",
"station_groups",
"antenna_set",
"filter",
"SAPs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment