Skip to content

Commit

Permalink
Merge pull request #218 from microsoft/main
Browse files Browse the repository at this point in the history
[admin] merge to live | App manifest v1.17 schema updates (#216)
  • Loading branch information
lindalu-MSFT authored Jun 6, 2024
2 parents 4c7fb67 + 86dec4c commit 5b6c5a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions teams/v1.17/MicrosoftTeams.Localization.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions teams/v1.17/MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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": [
Expand Down

0 comments on commit 5b6c5a8

Please sign in to comment.