{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Attachment", "type": "object", "properties": { "@odata.type": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "contentType": { "type": "string" }, "size": { "type": "integer" }, "isInline": { "type": "boolean" }, "lastModifiedDateTime": { "type": "string" }, "contentBytes": { "type": "string" }, "contentId": { "type": "string" }, "contentLocation": { "type": "string" } } }