{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Attachment", "type": "object", "properties": { "self": { "type": "string" }, "id": { "type": "string" }, "filename": { "type": "string" }, "created": { "type": "string" }, "size": { "type": "integer" }, "mimeType": { "type": "string" }, "content": { "type": "string" }, "thumbnail": { "type": "string" } } }