{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.noTrainingNotificationSetting", "title": "microsoft.graph.noTrainingNotificationSetting", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.endUserNotificationSetting" }, { "title": "noTrainingNotificationSetting", "required": [ "@odata.type" ], "type": "object", "properties": { "simulationNotification": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.simulationNotification" }, { "type": "object", "nullable": true } ], "description": "The notification for the user who is part of the simulation." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.noTrainingNotificationSetting" } } } ], "x-ms-discriminator-value": "#microsoft.graph.noTrainingNotificationSetting" }