Skip to content

Commit 57e0c8c

Browse files
committed
Adds tile type to JSON schema
1 parent 64e410f commit 57e0c8c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/dock-cli.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,17 @@ function output-schema() {
209209
"items": {
210210
"type": "object",
211211
"properties": {
212+
"type": {
213+
"title": "Tile Type",
214+
"type": "string",
215+
"enum": [
216+
"file-tile",
217+
"dir-tile",
218+
"url-tile",
219+
"app-tile",
220+
"terminal-tile",
221+
]
222+
},
212223
"label": {
213224
"title": "Label",
214225
"type": "string"

0 commit comments

Comments
 (0)