{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationFeedbackOutcome", "title": "microsoft.graph.educationFeedbackOutcome", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationOutcome" }, { "title": "educationFeedbackOutcome", "required": [ "@odata.type" ], "type": "object", "properties": { "feedback": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationFeedback" }, { "type": "object", "nullable": true } ], "description": "Teacher's written feedback to the student." }, "publishedFeedback": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationFeedback" }, { "type": "object", "nullable": true } ], "description": "A copy of the feedback property that is made when the grade is released to the student." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.educationFeedbackOutcome" } } } ], "x-ms-discriminator-value": "#microsoft.graph.educationFeedbackOutcome" }