{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SendMessageResponse", "type": "object", "description": "The non-streaming response object for the sendMessage", "properties": { "request_id": { "type": "string", "description": "Unique request ID" }, "warnings": { "type": "array" }, "response_metadata": { "type": "object" } } }