{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/conversations-api-message-status-structure.json", "name": "MessageStatus", "description": "Delivery status information for a message", "type": "object", "properties": { "statusType": { "type": "string", "enum": [ "SENT", "DELIVERED", "READ", "FAILED" ], "description": "Current delivery status type", "example": "DELIVERED" } } }