{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.itemAttachment", "title": "microsoft.graph.itemAttachment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.attachment" }, { "title": "itemAttachment", "required": [ "@odata.type" ], "type": "object", "properties": { "item": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.outlookItem" }, { "type": "object", "nullable": true } ], "description": "The attached message or event. Navigation property.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.itemAttachment" } } } ], "x-ms-discriminator-value": "#microsoft.graph.itemAttachment" }