{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-portmap-schema.json", "title": "Portmap", "description": "Portmap schema from Asset Graph API", "type": "object", "properties": { "v2_entries": { "items": { "$ref": "#/components/schemas/Portmap_V2Entry" }, "type": [ "array", "null" ] }, "v3_entries": { "items": { "$ref": "#/components/schemas/Portmap_V3Entry" }, "type": [ "array", "null" ] } }, "additionalProperties": false }