Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 9507b6f

Browse files
committed
Use configItemList
1 parent 8b4b15c commit 9507b6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

json.novaextension/nova-extension-schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,7 @@
413413
"default": { "description": "The default value of the item" },
414414
"children": {
415415
"description": "Child items displayed beneath and indented from the item (section types only)",
416-
"type": "array",
417-
"items": { "$ref": "#/definitions/configItem" }
416+
"$ref": "#/definitions/configItemList"
418417
},
419418
"max": {
420419
"description": "The maximum value of the item (number types only)",

0 commit comments

Comments
 (0)