Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions schemas/ui/v1.0/ui.schema
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
"type": "string"
}
},
"intellisenseScopes": {
"title": "Intellisense scopes",
"description": "An array of valid scopes to help Intellisense return the correct type of results.",
"type": "array",
"items": {
"type": "string"
},
"examples": ["expressions","user-variables"]
Comment thread
LouisEugeneMSFT marked this conversation as resolved.
Outdated
},
"label": {
"title": "Label",
"description": "Label override. Can either be a string or false to hide the label.",
Expand Down