From 86dec4c116377a0c34bd9513c54ba54397dd282d Mon Sep 17 00:00:00 2001 From: Tianshu Chu Date: Thu, 6 Jun 2024 13:10:50 -0700 Subject: [PATCH] App manifest v1.17 schema updates (#216) --- teams/v1.17/MicrosoftTeams.Localization.schema.json | 4 ++++ teams/v1.17/MicrosoftTeams.schema.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/teams/v1.17/MicrosoftTeams.Localization.schema.json b/teams/v1.17/MicrosoftTeams.Localization.schema.json index ed1ecc8..0cea234 100644 --- a/teams/v1.17/MicrosoftTeams.Localization.schema.json +++ b/teams/v1.17/MicrosoftTeams.Localization.schema.json @@ -61,6 +61,10 @@ "type": "string", "maxLength": 128 }, + "^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.samplePrompts\\[[0-4]\\]\\.text$": { + "type": "string", + "maxLength": 128 + }, "^composeExtensions\\[0\\]\\.commands\\[[0-9]\\]\\.taskInfo\\.title$": { "type": "string", "maxLength": 64 diff --git a/teams/v1.17/MicrosoftTeams.schema.json b/teams/v1.17/MicrosoftTeams.schema.json index 35aff8a..cd89d2e 100644 --- a/teams/v1.17/MicrosoftTeams.schema.json +++ b/teams/v1.17/MicrosoftTeams.schema.json @@ -1058,7 +1058,7 @@ "additionalProperties": false, "properties": { "resourceSpecific": { - "description": "Permissions that guard data access on a resource instance level.", + "description": "Permissions that must be granted on a per resource instance basis.", "maxItems": 16, "type": "array", "uniqueItems": true, @@ -1077,7 +1077,7 @@ "Application", "Delegated" ], - "description": "The type of the resource-specific permission." + "description": "The type of the resource-specific permission: delegated vs application." } }, "required": [