🗃️ Adds item.tags into Schema and documents

This commit is contained in:
Alicia Sykes
2021-08-22 13:41:31 +01:00
parent 5a3e8bb593
commit 79e4182db1
2 changed files with 9 additions and 0 deletions

View File

@@ -471,6 +471,14 @@
"type": "number",
"description": "A numeric shortcut key, between 0 and 9. Useful for quickly launching frequently used applications"
},
"tags": {
"type": "array",
"description": "Tags, which can be used for improved search",
"maxItems": 12,
"items": {
"type": "string"
}
},
"color": {
"type": "string",
"description": "A custom fill color of the item"