{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TranslationRequest", "title": "TranslationRequest", "type": "object", "required": [ "inputs" ], "properties": { "inputs": { "type": "string", "description": "The text to translate", "example": "Hello, how are you?" } } }