{
  "title": "BnsFetchFileZoneResponse",
  "description": "Fetch a user's raw zone file. This only works for RFC-compliant zone files. This method returns an error for names that have non-standard zone files.",
  "anyOf": [
    {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "zonefile": {
          "type": "string",
          "pattern": ".+"
        }
      }
    },
    {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "error": {
          "type": "string",
          "pattern": ".+"
        }
      }
    }
  ]
}
