{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationRubric", "title": "microsoft.graph.educationRubric", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "educationRubric", "required": [ "@odata.type" ], "type": "object", "properties": { "createdBy": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The user who created this resource.", "readOnly": true }, "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.", "format": "date-time", "nullable": true, "readOnly": true }, "description": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationItemBody" }, { "type": "object", "nullable": true } ], "description": "The description of this rubric." }, "displayName": { "type": "string", "description": "The name of this rubric.", "nullable": true }, "grading": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.educationAssignmentGradeType" }, { "type": "object", "nullable": true } ], "description": "The grading type of this rubric. You can use null for a no-points rubric or educationAssignmentPointsGradeType for a points rubric." }, "lastModifiedBy": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The last user to modify the resource.", "readOnly": true }, "lastModifiedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "Moment in time when the resource was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.", "format": "date-time", "nullable": true, "readOnly": true }, "levels": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.rubricLevel" }, "description": "The collection of levels making up this rubric." }, "qualities": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.rubricQuality" }, "description": "The collection of qualities making up this rubric." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.educationRubric" }