Skip to content

Commit

Permalink
Modify scopes under requirementsExtensionElement
Browse files Browse the repository at this point in the history
  • Loading branch information
chu-tianshu committed Jun 10, 2024
1 parent 86dec4c commit c32e98d
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 c32e98d

Please sign in to comment.