changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "available": {
+ "description": "False when this call has no data — a snapshot that is not warm yet, a domain switched off, or an argument that was rejected. NOT an error, and NOT a statement about the market.",
+ "type": "boolean"
+ },
+ "chain": {
+ "description": "Chain it was screened on."
+ },
+ "contract": {
+ "description": "Contract that was screened."
+ },
+ "fetchedAt": {
+ "description": "When the underlying snapshot was refreshed (epoch ms, or ISO-8601 for the Bitcoin cycle feed). Age matters: these are cached reads, not live queries."
+ },
+ "flags": {
+ "description": "Individual risk flags recorded against the contract.",
+ "items": {},
+ "type": "array"
+ },
+ "honeypot": {
+ "description": "True when the cached scan flagged it as a honeypot."
+ },
+ "reason": {
+ "description": "Why the payload is absent, when `available` is false.",
+ "type": "string"
+ },
+ "result": {
+ "additionalProperties": true,
+ "description": "The raw cached row, for fields this summary does not normalize."
+ },
+ "riskLevel": {
+ "description": "Risk grade recorded by the scan."
+ },
+ "screened": {
+ "description": "FALSE means the contract is not in the cached dataset — \"not screened\", NOT a clean bill of health. Only a true here makes the other fields meaningful."
+ }
+ },
+ "type": "object"
+}