{
  "schema": "wems_message_api_v1",
  "documentVersion": "1.0.0",
  "lastUpdated": "2026-06-29T16:30:00+08:00",
  "domain": "https://messageapi.sun-bd.com",
  "owner": "WEMS shared message notification system",
  "notOwnedBy": [
    "Religion App",
    "Member Login API"
  ],
  "messageIndex": "wems_message_system",
  "customerIndex": "wems_customer_data",
  "tenantScopeField": "company_auto_id",
  "memberScopeField": "customer_auto_id",
  "contentField": "message_content",
  "readUpdates": [
    "message_type = Read",
    "read_time = current UTC ISO 8601"
  ],
  "doesNotUpdate": [
    "message_lock"
  ],
  "endpoints": [
    "GET /api/wems/notifications",
    "POST /api/wems/notifications/{id}/read"
  ]
}
