{
  "title": "BnsGetNamePriceResponse",
  "description": "Fetch price for name.",
  "additionalProperties": false,
  "required": [ "units", "amount" ],
  "type": "object",
  "properties": {
    "units": { "type": "string" },
    "amount": { "type": "string", "pattern": "^[0-9]+$" }
  }
}
