{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallRecordingVendorPatchResponse", "title": "CallRecordingVendorPatchResponse", "type": "object", "required": [ "jobId" ], "properties": { "jobId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8yOTQ5ZmRiOC1kODg1LTQxMzAtYjhiNy1jNmJiYmM5ZWQzOTE", "description": "Unique job ID of the call recording job." } } }