{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationPointsOutcome", "title": "microsoft.graph.educationPointsOutcome", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationOutcome" }, { "title": "educationPointsOutcome", "required": [ "@odata.type" ], "type": "object", "properties": { "points": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAssignmentPointsGrade" }, { "type": "object", "nullable": true } ], "description": "The numeric grade the teacher has given the student for this assignment." }, "publishedPoints": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAssignmentPointsGrade" }, { "type": "object", "nullable": true } ], "description": "A copy of the points property that is made when the grade is released to the student." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.educationPointsOutcome" } } } ], "x-ms-discriminator-value": "#microsoft.graph.educationPointsOutcome" }