From 8b5a6054d61eb0f42a4f980882a26ee3c182973a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 20 May 2022 12:50:19 +0100 Subject: [PATCH] :card_file_box: Adds ub-items to schema --- src/utils/ConfigSchema.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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": {} + } } } }