{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.reportsRoot", "title": "microsoft.graph.reportsRoot", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "reportsRoot", "required": [ "@odata.type" ], "type": "object", "properties": { "readingAssignmentSubmissions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.readingAssignmentSubmission" }, "description": "Details of submitted reading assignments.", "x-ms-navigationProperty": true }, "readingCoachPassages": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.readingCoachPassage" }, "description": "Details of practiced Reading Coach passages.", "x-ms-navigationProperty": true }, "reflectCheckInResponses": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.reflectCheckInResponse" }, "description": "Details of check-in responses.", "x-ms-navigationProperty": true }, "speakerAssignmentSubmissions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.speakerAssignmentSubmission" }, "description": "Details of submitted speaker assignments.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.reportsRoot" }