{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackSettings", "title": "educationAiFeedbackSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "audienceEngagementSettings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackAudienceEngagementSettings" }, { "type": "object", "nullable": true } ], "description": "The audience engagement related feedback types that students should receive from the AI feedback." }, "contentSettings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackContentSettings" }, { "type": "object", "nullable": true } ], "description": "The content related feedback types that students should receive from the AI feedback." }, "deliverySettings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackDeliverySettings" }, { "type": "object", "nullable": true } ], "description": "The delivery related feedback types that students should receive from the AI feedback." }, "@odata.type": { "type": "string" } } }