{
  "MDD-FORM": {
    "pattern": "This field  does not match any pattern",
    "required": "This field is required",
    "number": "This field is not a number",
    "integer": "This field is not an integer number",
    "url": "This field is a invalid url",
    "email": "This field is not a email format",
    "ipv6": "This field is not a ipv6 format",
    "ipv4": "This field is not a ipv4 format",
    "idcard": "This field is not an idcard format",
    "taodomain": "This field is not a taobao domain format",
    "qq": "This field is not a qq number format",
    "phone": "This field is not a phone number format",
    "money": "This field is not a currency format",
    "zh": "This field is not a chinese string",
    "date": "This field is not a valid date format",
    "zip": "This field is not a zip format",
    "len": "The length or number of entries must be {{len}}",
    "min": "The length or number of entries must be at least {{min}}",
    "maximum": "The value cannot be greater than {{maximum}}",
    "exclusiveMaximum": "The value must be less than {{exclusiveMaximum}}",
    "minimum": "The value cannot be less than {{minimum}}",
    "exclusiveMinimum": "The value must be greater than {{exclusiveMinimum}}",
    "max": "The length or number of entries must be at most {{max}}",
    "whitespace": "This field cannot be blank string."
  }
}
