Skip to content
Snippets Groups Projects
Commit 83dda230 authored by goei's avatar goei
Browse files

TMSS-272 Use station list from base schema

parent 4842910f
No related branches found
No related tags found
2 merge requests!213Resolve TMSS-272,!185Resolve TMSS-272
...@@ -9,74 +9,10 @@ ...@@ -9,74 +9,10 @@
"default": ["CS001"], "default": ["CS001"],
"oneOf": [ "oneOf": [
{ {
"type": "array", "fixed_stations": {
"title": "Fixed list", "$ref": "base.json#/definitions/def_stations",
"additionalItems": false, "default": {}
"additionalProperties": false, }
"default": ["CS001"],
"items": {
"type": "string",
"enum": [
"CS001",
"CS002",
"CS003",
"CS004",
"CS005",
"CS006",
"CS007",
"CS011",
"CS013",
"CS017",
"CS021",
"CS024",
"CS026",
"CS028",
"CS030",
"CS031",
"CS032",
"CS101",
"CS103",
"CS201",
"CS301",
"CS302",
"CS401",
"CS501",
"RS104",
"RS106",
"RS205",
"RS208",
"RS210",
"RS305",
"RS306",
"RS307",
"RS310",
"RS406",
"RS407",
"RS409",
"RS410",
"RS503",
"RS508",
"RS509",
"DE601",
"DE602",
"DE603",
"DE604",
"DE605",
"FR606",
"SE607",
"UK608",
"DE609",
"PL610",
"PL611",
"PL612",
"IE613",
"LV614"
],
"title": "Station",
"description": ""
},
"minItems": 1,
"uniqueItems": true
}, },
{ {
"title": "Dynamic list", "title": "Dynamic list",
......
...@@ -66,12 +66,7 @@ ...@@ -66,12 +66,7 @@
"antenna_set": "HBA_DUAL_INNER", "antenna_set": "HBA_DUAL_INNER",
"filter": "HBA_110_190" "filter": "HBA_110_190"
}, },
"stations": [ "stations": ["CS001","CS002","CS003"],
{
"group": "ALL",
"min_stations": 1
}
],
"tile_beam": { "tile_beam": {
"direction_type": "J2000", "direction_type": "J2000",
"angle1": 42, "angle1": 42,
......
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