{
  "trackingId": {
    "required": "Required",
    "required-homepage": "You need to provide a Tracking ID, try the ID below if you don't have one yet.",
    "min": "The ID should have at least {{count}} characters.",
    "max": "The ID should have at most {{count}} characters.",
    "regex": "The ID has invalid characters, remove them or talk to us if it's correct.",
    "unique": "Already added!"
  },
  "description": {
    "max": "Should have at max {{count}} characters",
    "regex": "Special characters are not allowed"
  },
  "postalcode": {
    "min": "Postal Code is too short",
    "max": "Should have at max 40 characters",
    "regex": "Remove special characters like #+:, use simple"
  },
  "countryCode": {
    "regex": "The country code should be a 2 letter code, e.g US"
  }
}
