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