Censys · JSON Structure

Asset Graph Representativeinfo Structure

RepresentativeInfo schema from Asset Graph API

Type: object Properties: 4
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

RepresentativeInfo is a JSON Structure definition published by Censys, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

excluded_ports reason represented_ports sampled_port

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-representativeinfo-structure.json",
  "name": "RepresentativeInfo",
  "description": "RepresentativeInfo schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "excluded_ports": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "int32",
        "minimum": 0
      }
    },
    "reason": {
      "type": "string",
      "enum": [
        "",
        "protocol_port_count",
        "incapsula",
        "zscaler"
      ]
    },
    "represented_ports": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "int32",
        "minimum": 0
      }
    },
    "sampled_port": {
      "type": "int32",
      "minimum": 0
    }
  }
}