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

