Properties
| Name | Type | Description |
|---|---|---|
| conference_identifier | string | |
| country_code | string | |
| host_access_code | string | |
| label | string | |
| notes | string | |
| participant_access_code | string | |
| region_code | string | |
| telephone | string | |
| url | string |
JSON Schema
{
"$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"
}