{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/callRecordingResponse", "title": "callRecordingResponse", "type": "object", "properties": { "vendorId": { "type": "string", "example": "53dc4c87-8408-4882-9570-dca2bcdb9280", "description": "Vendor id returned if Terms of Service is not accepted." }, "vendorName": { "type": "string", "example": "Dubber", "description": "Vendor name returned if Terms of Service is not accepted." }, "termsOfServiceUrl": { "type": "string", "example": "https://www.dubber.net/terms", "description": "Terms of Service URL returned if Terms of Service is not accepted." } } }