{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-http-repeatedheaders-schema.json", "title": "Http_RepeatedHeaders", "description": "Http_RepeatedHeaders schema from Asset Graph API", "type": "object", "properties": { "headers": { "description": "The values provided in the corresponding header.", "format": "utf8", "items": { "type": "string" }, "type": [ "array", "null" ] } }, "additionalProperties": false }