Properties
| Name | Type | Description |
|---|---|---|
| created_at | string | |
| end_at | string | |
| event_id | string | |
| expires_at | string | |
| id | string | |
| media | object | |
| raw | object | |
| start_at | string | |
| updated_at | string | |
| web_url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CalendarRecording",
"title": "CalendarRecording",
"properties": {
"created_at": {
"format": "date-time",
"type": "string"
},
"end_at": {
"format": "date-time",
"type": "string"
},
"event_id": {
"type": "string"
},
"expires_at": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"media": {
"$ref": "#/components/schemas/property_CalendarRecording_media"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"start_at": {
"format": "date-time",
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"web_url": {
"type": "string"
}
},
"type": "object"
}