{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalendarConference", "title": "CalendarConference", "properties": { "conference_identifier": { "type": "string" }, "country_code": { "type": "string" }, "host_access_code": { "type": "string" }, "label": { "type": "string" }, "notes": { "type": "string" }, "participant_access_code": { "type": "string" }, "region_code": { "type": "string" }, "telephone": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }