Censys · JSON Structure

Platform Mdnsresult Structure

MdnsResult schema from Censys Platform API

Type: object Properties: 7
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

MdnsResult is a JSON Structure definition published by Censys, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

addresses full_name port priority target texts weight

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-mdnsresult-structure.json",
  "name": "MdnsResult",
  "description": "MdnsResult schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "addresses": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "full_name": {
      "type": "string"
    },
    "port": {
      "type": "int32"
    },
    "priority": {
      "type": "int32"
    },
    "target": {
      "type": "string"
    },
    "texts": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "weight": {
      "type": "int32"
    }
  }
}