Microsoft Graph · Schema
educationRoot
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| classes | array | |
| me | object | |
| reports | object | |
| schools | array | |
| users | array | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.educationRoot",
"title": "educationRoot",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"classes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.educationClass"
},
"x-ms-navigationProperty": true
},
"me": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.educationUser"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"reports": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.reportsRoot"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"schools": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.educationSchool"
},
"x-ms-navigationProperty": true
},
"users": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.educationUser"
},
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}