Censys · Schema

Http_RepeatedHeaders

Http_RepeatedHeaders schema from Censys Platform 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

platform-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/platform-http-repeatedheaders-schema.json",
  "title": "Http_RepeatedHeaders",
  "description": "Http_RepeatedHeaders schema from Censys Platform API",
  "type": "object",
  "properties": {
    "headers": {
      "description": "The values provided in the corresponding header.",
      "format": "utf8",
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}