Censys · Schema

Evidence

Evidence schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
data_path string
exists boolean
found_value string
literal_match string
negative boolean
proprietary boolean
regex string
semver_expression string
View JSON Schema on GitHub

JSON Schema

platform-evidence-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-evidence-schema.json",
  "title": "Evidence",
  "description": "Evidence schema from Censys Platform API",
  "type": "object",
  "properties": {
    "data_path": {
      "type": "string"
    },
    "exists": {
      "type": "boolean"
    },
    "found_value": {
      "type": "string"
    },
    "literal_match": {
      "type": "string"
    },
    "negative": {
      "type": "boolean"
    },
    "proprietary": {
      "type": "boolean"
    },
    "regex": {
      "type": "string"
    },
    "semver_expression": {
      "type": "string"
    }
  },
  "additionalProperties": false
}