Censys · Schema

Http_RepeatedHeaders

Http_RepeatedHeaders schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
headers arraynull The values provided in the corresponding header.
View JSON Schema on GitHub

JSON Schema

asset-graph-http-repeatedheaders-schema.json Raw ↑
{
  "$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
}