{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation", "title": "microsoft.graph.userScopeTeamsAppInstallation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamsAppInstallation" }, { "title": "userScopeTeamsAppInstallation", "required": [ "@odata.type" ], "type": "object", "properties": { "chat": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.chat" }, { "type": "object", "nullable": true } ], "description": "The chat between the user and Teams app.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.userScopeTeamsAppInstallation" } } } ], "x-ms-discriminator-value": "#microsoft.graph.userScopeTeamsAppInstallation" }