Skip to content

Commit 1be02b8

Browse files
committed
Update schemas to accept empty arrays
1 parent dbfc59a commit 1be02b8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

libsrc/hyperion/schema/schema-effects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"title" : "edt_conf_effp_paths_itemtitle"
1414
},
1515
"minItems" : 1,
16+
"required" : true,
1617
"propertyOrder" : 1
1718
},
1819
"disable" :

libsrc/hyperion/schema/schema-forwarder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"jsonapi": {
4343
"type": "array",
4444
"title": "edt_conf_forwarder_json_title",
45-
"allowEmptyArray": true,
4645
"uniqueItems": true,
4746
"access": "expert",
4847
"items": {
4948
"type": "object",
5049
"title": "edt_conf_forwarder_json_itemtitle",
50+
"allowEmptyArray": true,
5151
"properties": {
5252
"name": {
5353
"type": "string",

libsrc/hyperion/schema/schema-ledConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
"items": {
178178
"type": "object",
179179
"title": "conf_leds_layout_blacklist_rule_title",
180+
"allowEmptyArray": true,
180181
"required": true,
181182
"properties": {
182183
"start": {

0 commit comments

Comments
 (0)