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

TMSS-528: made all properties required, now that they have a proper default

parent 648c6069
No related branches found
No related tags found
1 merge request!366Resolve TMSS-528 "Beamformer support"
......@@ -81,6 +81,7 @@
"title": "Beamformer",
"headerTemplate": "Beamformer {{ self.index }}",
"additionalProperties": false,
"default": {},
"properties": {
"name": {
"type": "string",
......@@ -92,6 +93,7 @@
"title": "Coherent Tied-Array Beams",
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"settings": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/beamforming/1#/definitions/stokes_settings"
......@@ -173,6 +175,7 @@
"title": "Incoherent Tied-Array Beams",
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"settings": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/beamforming/1#/definitions/stokes_settings"
......@@ -232,7 +235,14 @@
"default": [],
"minItems": 0
}
}
},
"required": [
"name",
"coherent",
"incoherent",
"flys eye",
"stations"
]
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment