{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChatMessageResponse", "title": "ChatMessageResponse", "type": "object", "properties": { "message": { "$ref": "#/components/schemas/ChatMessage" } } }