{ "name": "ExperienceMessage", "fields": [ { "name": "id", "type": "string", "description": "The unique identifier of the message." }, { "name": "booking_id", "type": "string", "description": "The identifier of the associated booking." }, { "name": "sender_type", "type": "string", "description": "Whether the message was sent by the host or guest." }, { "name": "message", "type": "string", "description": "The text content of the message." }, { "name": "created_at", "type": "datetime", "description": "The timestamp when the message was sent." } ] }