{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackDeliverySettings", "title": "educationAiFeedbackDeliverySettings", "required": [ "@odata.type" ], "type": "object", "properties": { "areRhetoricalTechniquesEnabled": { "type": "boolean", "description": "Indicates whether the student should receive feedback on their rhetorical techniques from the AI feedback." }, "isLanguageUseEnabled": { "type": "boolean", "description": "Indicates whether the student should receive feedback on their language use from the AI feedback." }, "isStyleEnabled": { "type": "boolean", "description": "Indicates whether the student should receive feedback on their style from the AI feedback." }, "@odata.type": { "type": "string" } } }