{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ChatMessage", "type": "object", "properties": { "id": { "type": "string" }, "body": { "type": "object" }, "citations": { "type": "array" }, "createdDateTime": { "type": "string" } } }