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

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

parent 1d622bed
No related branches found
No related tags found
1 merge request!366Resolve TMSS-528 "Beamformer support"
......@@ -169,7 +169,10 @@
}
}
},
"required": ["SAPs"]
"required": [
"SAPs",
"settings"
]
},
"incoherent": {
"title": "Incoherent Tied-Array Beams",
......@@ -207,7 +210,10 @@
}
}
},
"required": ["SAPs"]
"required": [
"settings",
"SAPs"
]
},
"flys eye": {
"title": "Fly's Eye Settings",
......
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