{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-target-structure.json", "name": "Target", "description": "Target schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "alias": { "type": "string" }, "auths": { "type": [ "array", "null" ], "items": { "type": "string" } }, "dns_portals": { "type": [ "array", "null" ], "items": { "type": "string" } }, "errors": { "type": [ "array", "null" ], "items": { "type": "string" } }, "name": { "type": "string" }, "private_portals": { "type": [ "array", "null" ], "items": { "type": "string" } }, "public_portals": { "type": [ "array", "null" ], "items": { "type": "string" } } } }