Skip to content

Commit 8b5a605

Browse files
committed
🗃️ Adds ub-items to schema
1 parent abc102d commit 8b5a605

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/utils/ConfigSchema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,15 @@
854854
"title": "Item ID",
855855
"type": "string",
856856
"description": "Unique ID for each item. Generated automatically, shouldn't need to be set manually."
857+
},
858+
"subItems": {
859+
"title": "Sub-Items",
860+
"type": "array",
861+
"description": "List of sub-items",
862+
"items": {
863+
"type": "object",
864+
"properties": {}
865+
}
857866
}
858867
}
859868
}

0 commit comments

Comments
 (0)