mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-27 19:03:39 +03:00
🗃️ Adds ub-items to schema
This commit is contained in:
parent
abc102df9f
commit
8b5a6054d6
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user