Microsoft Teams · Schema

AppInstallationCollection

Collection of app installations.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

microsoft-teams-appinstallationcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppInstallationCollection",
  "title": "AppInstallationCollection",
  "type": "object",
  "description": "Collection of app installations.",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TeamsAppInstallation"
      }
    }
  }
}