Censys · Schema

Dns_EDns

Dns_EDns schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
do boolean
options arraynull
udp integer
version integer
View JSON Schema on GitHub

JSON Schema

asset-graph-dns-edns-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-dns-edns-schema.json",
  "title": "Dns_EDns",
  "description": "Dns_EDns schema from Asset Graph API",
  "type": "object",
  "properties": {
    "do": {
      "type": "boolean"
    },
    "options": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "udp": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "version": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}