{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UcRecording", "title": "UcRecording", "properties": { "call_id": { "type": "string" }, "contact_id": { "type": "string" }, "contact_name": { "type": "string" }, "contact_phone": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "end_at": { "format": "date-time", "type": "string" }, "expires_at": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "media": { "$ref": "#/components/schemas/property_UcRecording_media" }, "raw": { "additionalProperties": true, "type": "object" }, "start_at": { "format": "date-time", "type": "string" }, "type": { "enum": [ "INBOUND", "OUTBOUND" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" }, "user_name": { "type": "string" }, "user_phone": { "type": "string" }, "web_url": { "type": "string" } }, "type": "object" }