diff --git a/teams/vDevPreview/MicrosoftTeams.schema.json b/teams/vDevPreview/MicrosoftTeams.schema.json index 35d664c..12b3c96 100644 --- a/teams/vDevPreview/MicrosoftTeams.schema.json +++ b/teams/vDevPreview/MicrosoftTeams.schema.json @@ -3362,11 +3362,11 @@ "type": "object", "properties": { "page": { - "$ref": "#/definitions/anyHttpUrl", + "$ref": "#/definitions/secureHttpUrl", "description": "URL of the .html page to be loaded in browser-based runtimes." }, "script": { - "$ref": "#/definitions/anyHttpUrl", + "$ref": "#/definitions/secureHttpUrl", "description": "URL of the .js script file to be loaded in UI-less runtimes." } },