{
  "title": "Two Decimal Interest Rate (v1.0.0)",
  "description": "An interest rate, expressed as a percentage value with two decimal places of accuracy.<br>The schema `twoDecimalInterestRate` was added on version `1.18.0` of the API.",
  "type": "string",
  "format": "decimal",
  "example": "1.40",
  "pattern": "^(0|[1-9]\\d?)\\.\\d{2}$",
  "minLength": 4,
  "maxLength": 5,
  "x-apiture-since": "1.18.0",
  "x-apiture-version": "1.0.0"
}