Censys · Schema

Privacy_TorInfo

Privacy_TorInfo schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
relays arraynull
View JSON Schema on GitHub

JSON Schema

platform-privacy-torinfo-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-privacy-torinfo-schema.json",
  "title": "Privacy_TorInfo",
  "description": "Privacy_TorInfo schema from Censys Platform API",
  "type": "object",
  "properties": {
    "relays": {
      "items": {
        "$ref": "#/components/schemas/Privacy_TorInfo_Relay"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}