{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-evidence-schema.json", "title": "Evidence", "description": "Evidence schema from Asset Graph 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 }