{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SendMessageResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "warnings": { "type": "array" }, "response_metadata": { "type": "object" } } }