{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.channelAddedEventMessageDetail", "title": "microsoft.graph.channelAddedEventMessageDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.eventMessageDetail" }, { "title": "channelAddedEventMessageDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "channelDisplayName": { "type": "string", "description": "Display name of the channel.", "nullable": true }, "channelId": { "type": "string", "description": "Unique identifier of the channel.", "nullable": true }, "initiator": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "Initiator of the event." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.channelAddedEventMessageDetail" } } } ], "x-ms-discriminator-value": "#microsoft.graph.channelAddedEventMessageDetail" }