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

TMSS-190: and (TMSS-152) added minItems

parent d8d354d4
No related branches found
No related tags found
1 merge request!252Resolve TMSS-190
...@@ -236,7 +236,8 @@ ...@@ -236,7 +236,8 @@
"type": "array", "type": "array",
"title": "Subband list", "title": "Subband list",
"additionalItems": false, "additionalItems": false,
"default": [], "minItems": 1,
"default": [0],
"items": { "items": {
"type": "integer", "type": "integer",
"title": "Subband", "title": "Subband",
......
...@@ -122,6 +122,8 @@ ...@@ -122,6 +122,8 @@
"type": "array", "type": "array",
"additionalItems": false, "additionalItems": false,
"default": [{}], "default": [{}],
"minItems": 1,
"uniqueItems": true,
"items": { "items": {
"type": "object", "type": "object",
"title": "Station set", "title": "Station set",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment