{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationItemBody", "title": "educationItemBody", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "nullable": true }, "contentType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.bodyType" }, { "type": "object", "nullable": true } ] }, "@odata.type": { "type": "string" } } }