{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalendarAttachment", "title": "CalendarAttachment", "properties": { "download_url": { "type": "string" }, "id": { "type": "string" }, "mime_type": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }