Collection of app installations.
{ "$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" } } } }