diff --git a/schemas/ui/v1.0/ui.schema b/schemas/ui/v1.0/ui.schema index eb8d4b67a4..47afe9fcce 100644 --- a/schemas/ui/v1.0/ui.schema +++ b/schemas/ui/v1.0/ui.schema @@ -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"]] + }, "label": { "title": "Label", "description": "Label override. Can either be a string or false to hide the label.",