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