{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SpeechRecognitionResponse", "type": "object", "properties": { "text": { "type": "string", "description": "The transcribed text" } } }