{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutLocationVoicemailObject", "title": "PutLocationVoicemailObject", "type": "object", "required": [ "voicemailTranscriptionEnabled" ], "properties": { "voicemailTranscriptionEnabled": { "type": "boolean", "example": true, "description": "Set to `true` to enable voicemail transcription." } } }