Skip to content

Commit 7d28084

Browse files
committed
Fix broken JSON in qwc-admin-gui.json schema
1 parent 76ded4c commit 7d28084

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

schemas/qwc-admin-gui.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@
142142
},
143143
"resource_blacklist": {
144144
"description": "List of resource types to blacklist.",
145-
"type": "array",
146-
"items": {
147-
"type": "string"
148-
}
145+
"type": "array",
146+
"items": {
147+
"type": "string"
149148
}
150149
}
151150
},

0 commit comments

Comments
 (0)