{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationTeacher", "title": "educationTeacher", "required": [ "@odata.type" ], "type": "object", "properties": { "externalId": { "type": "string", "description": "ID of the teacher in the source system.", "nullable": true }, "teacherNumber": { "type": "string", "description": "Teacher number.", "nullable": true }, "@odata.type": { "type": "string" } } }