🗃️ Adds ub-items to schema

This commit is contained in:
Alicia Sykes 2022-05-20 12:50:19 +01:00
parent abc102df9f
commit 8b5a6054d6
1 changed files with 9 additions and 0 deletions

View File

@ -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": {}
}
}
}
}