mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-28 11:25:25 +03:00
🗃️ Adds ub-items to schema
This commit is contained in:
parent
abc102df9f
commit
8b5a6054d6
@ -854,6 +854,15 @@
|
|||||||
"title": "Item ID",
|
"title": "Item ID",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Unique ID for each item. Generated automatically, shouldn't need to be set manually."
|
"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