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

TMSS-528: use default from schema, and have at least one beamformer

parent 4c1eb23a
No related branches found
No related tags found
1 merge request!366Resolve TMSS-528 "Beamformer support"
...@@ -74,8 +74,8 @@ ...@@ -74,8 +74,8 @@
"type": "array", "type": "array",
"title": "Beamformers", "title": "Beamformers",
"additionalItems": false, "additionalItems": false,
"minItems": 0, "minItems": 1,
"default": [], "default": [{}],
"items": { "items": {
"type": "object", "type": "object",
"title": "Beamformer", "title": "Beamformer",
......
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