diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 62f1caf9..dd3eb1e8 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -854,6 +854,15 @@ "title": "Item ID", "type": "string", "description": "Unique ID for each item. Generated automatically, shouldn't need to be set manually." + }, + "subItems": { + "title": "Sub-Items", + "type": "array", + "description": "List of sub-items", + "items": { + "type": "object", + "properties": {} + } } } }