{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SummarizationResponse", "title": "SummarizationResponse", "type": "object", "properties": { "summary_text": { "type": "string", "description": "The summarized text", "example": "example_value" } } }