{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.endUserNotificationDetail", "title": "microsoft.graph.endUserNotificationDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "endUserNotificationDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "emailContent": { "type": "string", "description": "Email HTML content." }, "isDefaultLangauge": { "type": "boolean", "description": "Indicates whether this language is default.", "nullable": true }, "language": { "type": "string", "description": "Notification language." }, "locale": { "type": "string", "description": "Notification locale." }, "sentFrom": { "$ref": "#/components/schemas/microsoft.graph.emailIdentity" }, "subject": { "type": "string", "description": "Mail subject." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.endUserNotificationDetail" }