{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-portmap-v2entry-structure.json", "name": "Portmap_V2Entry", "description": "Portmap_V2Entry schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "description": { "type": "string" }, "port": { "type": "int32", "minimum": 0 }, "protocol": { "type": "string" }, "shorthand": { "type": "string" }, "version": { "type": "int32", "minimum": 0 } } }