{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.channelIdentity", "title": "channelIdentity", "required": [ "@odata.type" ], "type": "object", "properties": { "channelId": { "type": "string", "description": "The identity of the channel in which the message was posted.", "nullable": true }, "teamId": { "type": "string", "description": "The identity of the team in which the message was posted.", "nullable": true }, "@odata.type": { "type": "string" } } }