{ "$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" } } }