From df88760a74780a861b5550a58b992036ca644d42 Mon Sep 17 00:00:00 2001 From: Eray Chou Date: Fri, 3 Sep 2021 09:20:23 -0700 Subject: [PATCH] Update MicrosoftTeams.schema.json updating api enum --- MicrosoftTeams.schema.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/MicrosoftTeams.schema.json b/MicrosoftTeams.schema.json index 5786588..ab08d44 100644 --- a/MicrosoftTeams.schema.json +++ b/MicrosoftTeams.schema.json @@ -1061,7 +1061,7 @@ "clientApiSets": { "type": "array", "description": "Array of client API sets", - "maxItems": 15, + "maxItems": 14, "uniqueItems": true, "items": { "type": "object", @@ -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" ] } }