{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InitializeResponse", "title": "InitializeResponse", "type": "object", "properties": { "response": { "type": "object", "properties": { "data": { "type": "string", "description": "Initialization result message with resolved context values" } }, "example": "example_value" } } }