Skip to content

Commit

Permalink
Merge pull request #219 from microsoft/users/tich/requirementsExtension
Browse files Browse the repository at this point in the history
Modify scopes under requirementsExtensionElement
  • Loading branch information
chu-tianshu authored Jun 10, 2024
2 parents 86dec4c + c32e98d commit bfbc66a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions teams/v1.17/MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1210,11 +1210,15 @@
"scopes": {
"type": "array",
"description": "Identifies the scopes in which the add-in can run.",
"maxItems": 1,
"minItems": 1,
"maxItems": 4,
"items": {
"type": "string",
"enum": [
"mail"
"mail",
"workbook",
"document",
"presentation"
]
}
},
Expand Down

0 comments on commit bfbc66a

Please sign in to comment.