Skip to content

Commit 0c0aef2

Browse files
committed
Add items property to autocomplete to specify what type of data it contains
1 parent 8b8d5c0 commit 0c0aef2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/app/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,14 @@
250250
"type": "object"
251251
}
252252
]
253+
},
254+
"items": {
255+
"type": "string",
256+
"enum": [
257+
"variable",
258+
"flow",
259+
"user"
260+
]
253261
}
254262
}
255263
},

0 commit comments

Comments
 (0)