{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail", "title": "microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.eventMessageDetail" }, { "title": "channelUnsetAsFavoriteByDefaultEventMessageDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "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.channelUnsetAsFavoriteByDefaultEventMessageDetail" } } } ], "x-ms-discriminator-value": "#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail" }