Censys · JSON Structure

Asset Graph Evidence Structure

Evidence schema from Asset Graph API

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

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

Properties

data_path exists found_value literal_match negative proprietary regex semver_expression

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-evidence-structure.json",
  "name": "Evidence",
  "description": "Evidence schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "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"
    }
  }
}