Censys · Schema

Oracle_Descriptor

Oracle_Descriptor schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
key string The dot-delimited path to the parsed value from the error received when the initial handshake is refused.
value string The parsed value from the error received when the initial handshake is refused.
View JSON Schema on GitHub

JSON Schema

asset-graph-oracle-descriptor-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-oracle-descriptor-schema.json",
  "title": "Oracle_Descriptor",
  "description": "Oracle_Descriptor schema from Asset Graph API",
  "type": "object",
  "properties": {
    "key": {
      "description": "The dot-delimited path to the parsed value from the error received when the initial handshake is refused.",
      "type": "string"
    },
    "value": {
      "description": "The parsed value from the error received when the initial handshake is refused.",
      "type": "string"
    }
  },
  "additionalProperties": false
}