{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-http-redirectchainlink-structure.json", "name": "Http_RedirectChainLink", "description": "Http_RedirectChainLink schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "hostname": { "type": "string" }, "path": { "type": "string" }, "port": { "type": "int32", "minimum": 0 }, "reason": { "type": "string" }, "scheme": { "type": "string" }, "transport_protocol": { "type": "string", "enum": [ "", "tcp", "udp", "icmp", "quic" ] } } }