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