{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/customers-user-sms-chat-item-schema.json", "title": "UserSmsChatItem", "description": "An SMS conversation item for admin user chat.", "type": "object", "properties": { "SmsConversationItemId": { "format": "int32", "description": "SmsConversationItemId.", "type": "integer", "example": 500123 }, "Direction": { "description": "Direction.", "type": "string", "example": "string" }, "From": { "description": "From.", "type": "string", "example": "string" }, "Text": { "description": "Text.", "type": "string", "example": "string" }, "TsSentReceivedUtc": { "format": "date-time", "description": "TsSentReceivedUtc.", "type": "string", "example": "2026-06-02T12:00:00Z" } } }