{
  "title": "Monetary Value (v1.0.0)",
  "description": "The monetary value, supporting only positive amounts. The numeric value is  represented as a string so that it can be exact with no loss of precision.<br>The schema `monetaryValue` was added on version `1.18.0` of the API.",
  "example": "3456.78",
  "type": "string",
  "pattern": "^(0|[1-9][0-9]*)\\.[0-9][0-9]$",
  "x-apiture-since": "1.18.0",
  "x-apiture-version": "1.0.0"
}