Skip to content

Commit d4ad24f

Browse files
authored
Correct Schema defaults in line with capture defaults
1 parent 08d3744 commit d4ad24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsrc/hyperion/schema/schema-instCapture.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"append": "s",
6565
"minimum": 1,
6666
"maximum": 300,
67-
"default": 5,
67+
"default": 1,
6868
"access": "advanced",
6969
"propertyOrder": 8
7070
},
@@ -97,7 +97,7 @@
9797
"append": "s",
9898
"minimum": 1,
9999
"maximum": 300,
100-
"default": 5,
100+
"default": 1,
101101
"access": "advanced",
102102
"propertyOrder": 12
103103
}

0 commit comments

Comments
 (0)