Infoblox · Schema

RecordTXT

CloudDDIDHCPDNSIPAMNetwork ManagementSecurityThreat Intelligence

Properties

Name Type Description
_ref string The object reference for this TXT record.
name string The domain name.
text string The text data of the record.
view string The DNS view.
comment string A descriptive comment.
View JSON Schema on GitHub

JSON Schema

infoblox-recordtxt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecordTXT",
  "title": "RecordTXT",
  "type": "object",
  "properties": {
    "_ref": {
      "type": "string",
      "description": "The object reference for this TXT record."
    },
    "name": {
      "type": "string",
      "description": "The domain name."
    },
    "text": {
      "type": "string",
      "description": "The text data of the record."
    },
    "view": {
      "type": "string",
      "description": "The DNS view."
    },
    "comment": {
      "type": "string",
      "description": "A descriptive comment.",
      "maxLength": 256
    }
  }
}