{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-reputation-structure.json", "name": "Reputation", "description": "Reputation schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "evidence": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Reputation_Evidence" } }, "model_version": { "type": "string" }, "score": { "type": "float" }, "score_level": { "type": "string", "enum": [ "", "benign", "low_risk", "medium_risk", "high_risk", "malicious" ] } } }