Skip to content

Commit

Permalink
Update MicrosoftTeams.schema.json
Browse files Browse the repository at this point in the history
updating api enum
  • Loading branch information
erayc-msft committed Sep 3, 2021
1 parent 627557f commit df88760
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
"clientApiSets": {
"type": "array",
"description": "Array of client API sets",
"maxItems": 15,
"maxItems": 14,
"uniqueItems": true,
"items": {
"type": "object",
Expand All @@ -1070,22 +1070,21 @@
"name": {
"type": "string",
"description": "name of the API Set",
"enum": [
"chat",
"custom",
"deepLinks",
"dialogs",
"files",
"enum": [
"calendar",
"location",
"logs",
"mail",
"media",
"meeting",
"menus",
"notifications",
"pages.backStack",
"monetization",
"onlineMeeting",
"pages.config",
"pages.fullTrust",
"teams.fullTrust"
"pages.tabs",
"pages.backstack",
"pages.appButton",
"people",
"sharing",
"teamsCore",
"video"
]
}
}
Expand Down

0 comments on commit df88760

Please sign in to comment.