{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-schema/mfa-mfa-voice-response-schema.json", "title": "MfaVoiceResponse", "description": "MfaVoiceResponse schema from Bandwidth mfa API", "type": "object", "properties": { "callId": { "type": "string", "description": "The unique identifier for the voice call made with the MFA code" } } }