{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalendarLink", "title": "CalendarLink", "properties": { "created_at": { "type": "string" }, "description": { "type": "string" }, "duration": { "type": "number" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "name": { "type": "string" }, "price_amount": { "type": "number" }, "price_currency": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url" ], "type": "object" }