{
  "schemaVersion": "1",
  "messagevisorVersion": "0.0.1",
  "revision": "2",
  "target": "web",
  "locale": "en-US",
  "formats": {
    "number": {
      "money": {
        "style": "currency",
        "currency": "USD",
        "minimumFractionDigits": 2,
        "maximumFractionDigits": 2
      }
    },
    "date": {
      "short": {
        "year": "numeric",
        "month": "short",
        "day": "numeric"
      }
    },
    "time": {
      "short": {
        "hour": "numeric",
        "minute": "2-digit",
        "hourCycle": "h12"
      }
    }
  },
  "segments": {},
  "messages": {},
  "translations": {
    "auth.signin": "Sign in",
    "auth.signout": "Sign out",
    "nav.contact": "Contact us before {closingTime, time, short}",
    "nav.home": "Home"
  }
}