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 @@
"type": "array",
"title": "Subband list",
"additionalItems": false,
"default": [],
"minItems": 1,
"default": [0],
"items": {
"type": "integer",
"title": "Subband",
......
......@@ -122,6 +122,8 @@
"type": "array",
"additionalItems": false,
"default": [{}],
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "object",
"title": "Station set",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment