{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.deletedTeam", "title": "microsoft.graph.deletedTeam", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "deletedTeam", "required": [ "@odata.type" ], "type": "object", "properties": { "channels": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.channel" }, "description": "The channels that are either shared with this deleted team or created in this deleted team.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.deletedTeam" }