{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/customers-user-sms-chat-item-structure.json", "name": "UserSmsChatItem", "description": "An SMS conversation item for admin user chat.", "type": "object", "properties": { "SmsConversationItemId": { "description": "SmsConversationItemId.", "type": "int32", "example": 500123 }, "Direction": { "description": "Direction.", "type": "string", "example": "string" }, "From": { "description": "From.", "type": "string", "example": "string" }, "Text": { "description": "Text.", "type": "string", "example": "string" }, "TsSentReceivedUtc": { "description": "TsSentReceivedUtc.", "type": "datetime", "example": "2026-06-02T12:00:00Z" } } }