changedOutput schema / anyOf
Previous value: -[
- {
- "properties": {
- "coverage": {
- "const": "full",
- "title": "Coverage",
- "type": "string"
- },
- "data": {
- "anyOf": [
- {
- "properties": {
- "count": {
- "maximum": 5,
- "minimum": 1,
- "title": "Count",
- "type": "integer"
- },
- "cursor": {
- "title": "Cursor",
- "type": "string"
- },
- "items": {
- "items": {
- "properties": {
- "buyer_flow": {
- "properties": {
- "buys_60s": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Buys 60S"
- },
- "inflow_stalled": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Inflow Stalled"
- },
- "net_sol_60s": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Net Sol 60S"
- },
- "sells_60s": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Sells 60S"
- },
- "unique_buyers_60s": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Unique Buyers 60S"
- }
- },
- "required": [
- "unique_buyers_60s",
- "buys_60s",
- "sells_60s",
- "net_sol_60s",
- "inflow_stalled"
- ],
- "title": "BuyerFlow",
- "type": "object"
- },
- "concentration": {
- "properties": {
- "bundle_share": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Bundle Share"
- },
- "dev_share": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Dev Share"
- },
- "insider_share": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Insider Share"
- },
- "top5_share": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Top5 Share"
- }
- },
- "required": [
- "top5_share",
- "dev_share",
- "bundle_share",
- "insider_share"
- ],
- "title": "Concentration",
- "type": "object"
- },
- "curve": {
- "properties": {
- "drawdown_from_peak": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Drawdown From Peak"
- },
- "graduated": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Graduated"
- },
- "peak_rs_sol": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Peak Rs Sol"
- },
- "rs_sol": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Rs Sol"
- }
- },
- "required": [
- "rs_sol",
- "peak_rs_sol",
- "drawdown_from_peak",
- "graduated"
- ],
- "title": "Curve",
- "type": "object"
- },
- "findings": {
- "items": {
- "properties": {
- "code": {
- "title": "Code",
- "type": "string"
- },
- "evidence": {
- "additionalProperties": true,
- "title": "Evidence",
- "type": "object"
- },
- "first_seen_at": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "First Seen At"
- }
- },
- "required": [
- "code",
- "first_seen_at",
- "evidence"
- ],
- "title": "Finding",
- "type": "object"
- },
- "title": "Findings",
- "type": "array"
- },
- "full_card_url": {
- "title": "Full Card Url",
- "type": "string"
- },
- "last_trade_at": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "title": "Last Trade At"
- },
- "lifecycle": {
- "title": "Lifecycle",
- "type": "string"
- },
- "links": {
- "anyOf": [
- {
- "properties": {
- "axiom": {
- "title": "Axiom",
- "type": "string"
- },
- "dexscreener": {
- "title": "Dexscreener",
- "type": "string"
- },
- "gmgn": {
- "title": "Gmgn",
- "type": "string"
- },
- "jupiter": {
- "title": "Jupiter",
- "type": "string"
- },
- "note": {
- "title": "Note",
- "type": "string"
- },
- "photon": {
- "title": "Photon",
- "type": "string"
- },
- "pumpfun": {
- "title": "Pumpfun",
- "type": "string"
- }
- },
- "required": [
- "pumpfun",
- "dexscreener",
- "jupiter",
- "gmgn",
- "axiom",
- "photon",
- "note"
- ],
- "title": "TradeLinks",
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
- },
- "mint": {
- "title": "Mint",
- "type": "string"
- },
- "probabilities": {
- "anyOf": [
- {
- "properties": {
- "base_rate_same_age": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Base Rate Same Age"
- },
- "calibration": {
- "title": "Calibration",
- "type": "string"
- },
- "diagnostics": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Diagnostics"
- },
- "features_used": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Features Used"
- },
- "horizon_s": {
- "title": "Horizon S",
- "type": "integer"
- },
- "model": {
- "title": "Model",
- "type": "string"
- },
- "reason": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Reason"
- },
- "recalibration": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Recalibration"
- },
- "rug_within_300s": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Rug Within 300S"
- },
- "rug_within_300s_basis": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Rug Within 300S Basis"
- },
- "rug_within_300s_reason": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Rug Within 300S Reason"
- },
- "true_graduation": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "True Graduation"
- },
- "true_graduation_reason": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "True Graduation Reason"
- }
- },
- "required": [
- "model",
- "calibration",
- "horizon_s"
- ],
- "title": "Probabilities",
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "risk_label": {
- "title": "Risk Label",
- "type": "string"
- },
- "snapshot_slot": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "Latest observed slot for this mint, not the slot of every finding.",
- "title": "Snapshot Slot"
- },
- "status": {
- "enum": [
- "flags_observed",
- "no_flags_observed"
- ],
- "title": "Status",
- "type": "string"
- }
- },
- "required": [
- "mint",
- "status",
- "lifecycle",
- "risk_label",
- "findings",
- "snapshot_slot",
- "last_trade_at",
- "concentration",
- "buyer_flow",
- "curve",
- "full_card_url"
- ],
- "title": "CheckItem",
- "type": "object"
- },
- "maxItems": 5,
- "minItems": 1,
- "title": "Items",
- "type": "array"
- },
- "result_id": {
- "title": "Result Id",
- "type": "string"
- },
- "status": {
- "enum": [
- "flags_observed",
- "no_flags_observed"
- ],
- "title": "Status",
- "type": "string"
- },
- "watch_events": {
- "items": {
- "type": "string"
- },
- "title": "Watch Events",
- "type": "array"
- }
- },
- "required": [
- "status",
- "result_id",
- "count",
- "items",
- "cursor",
- "watch_events"
- ],
- "title": "CheckData",
- "type": "object"
- },
- {
- "properties": {
- "changed": {
- "const": false,
- "title": "Changed",
- "type": "boolean"
- },
- "charged": {
- "const": false,
- "title": "Charged",
- "type": "boolean"
- },
- "count": {
- "const": 0,
- "title": "Count",
- "type": "integer"
- },
- "cursor": {
- "title": "Cursor",
- "type": "string"
- },
- "items": {
- "items": {},
- "maxItems": 0,
- "title": "Items",
- "type": "array"
- },
- "next_check_after_s": {
- "title": "Next Check After S",
- "type": "integer"
- },
- "status": {
- "const": "no_new_events",
- "title": "Status",
- "type": "string"
- }
- },
- "required": [
- "status",
- "changed",
- "count",
- "items",
- "cursor",
- "charged",
- "next_check_after_s"
- ],
- "title": "NoChange",
- "type": "object"
- }
- ],
- "title": "Data"
- },
- "generated_at": {
- "title": "Generated At",
- "type": "string"
- },
- "meta": {
- "additionalProperties": true,
- "title": "Meta",
- "type": "object"
- },
- "ok": {
- "const": true,
- "title": "Ok",
- "type": "boolean"
- },
- "schema_version": {
- "const": "2.0",
- "title": "Schema Version",
- "type": "string"
- },
- "t": {
- "title": "T",
- "type": "number"
- }
- },
- "required": [
- "ok",
- "schema_version",
- "generated_at",
- "t",
- "coverage",
- "data",
- "meta"
- ],
- "title": "RiskEnvelope",
- "type": "object"
- },
- {
- "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
- "properties": {
- "accepts": {
- "items": {
- "properties": {
- "amount": {
- "type": "string"
- },
- "asset": {
- "type": "string"
- },
- "extra": {
- "type": "object"
- },
- "maxTimeoutSeconds": {
- "type": "integer"
- },
- "network": {
- "type": "string"
- },
- "payTo": {
- "type": "string"
- },
- "scheme": {
- "type": "string"
- }
- },
- "required": [
- "scheme",
- "network",
- "amount",
- "asset",
- "payTo"
- ],
- "type": "object"
- },
- "minItems": 1,
- "type": "array"
- },
- "error": {
- "type": "string"
- },
- "extensions": {
- "type": "object"
- },
- "resource": {
- "properties": {
- "description": {
- "type": "string"
- },
- "mimeType": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url"
- ],
- "type": "object"
- },
- "x402/payment-response": {
- "properties": {
- "errorReason": {
- "type": "string"
- },
- "network": {
- "type": "string"
- },
- "success": {
- "type": "boolean"
- },
- "transaction": {
- "type": "string"
- }
- },
- "required": [
- "success"
- ],
- "type": "object"
- },
- "x402Version": {
- "const": 2
- }
- },
- "required": [
- "x402Version",
- "resource",
- "accepts"
- ],
- "title": "PaymentRequired",
- "type": "object"
- },
- {
- "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
- "properties": {
- "address": {
- "type": "string"
- },
- "avoid_skipped": {
- "type": "integer"
- },
- "case_mangled_mints": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "charged": {
- "type": [
- "boolean",
- "null"
- ]
- },
- "curve": {
- "type": "string"
- },
- "error": {
- "type": "string"
- },
- "feed_lag_s": {
- "type": [
- "number",
- "null"
- ]
- },
- "free_check": {
- "type": "string"
- },
- "got": {
- "type": [
- "string",
- "integer"
- ]
- },
- "hint": {
- "type": "string"
- },
- "invalid": {
- "type": "object"
- },
- "live_examples": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "max_feed_lag_s": {
- "type": "number"
- },
- "max_mints": {
- "type": "integer"
- },
- "max_table_lag_s": {
- "type": "number"
- },
- "message": {
- "type": "string"
- },
- "mint": {
- "type": "string"
- },
- "missing": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "newest_cursor": {
- "type": "string"
- },
- "ok": {
- "const": false
- },
- "payment_status": {
- "type": "string"
- },
- "scanned": {
- "type": "integer"
- },
- "schema": {
- "type": "object"
- },
- "since": {
- "type": [
- "string",
- "null"
- ]
- },
- "table_lag_s": {
- "type": [
- "number",
- "null"
- ]
- },
- "tool": {
- "type": "string"
- },
- "unavailable_mints": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "unverified_event": {
- "type": [
- "object",
- "null"
- ]
- },
- "window_s": {
- "type": "number"
- }
- },
- "required": [
- "ok",
- "error"
- ],
- "title": "Refusal",
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "coverage": {
+ "const": "full",
+ "title": "Coverage",
+ "type": "string"
+ },
+ "data": {
+ "anyOf": [
+ {
+ "properties": {
+ "count": {
+ "maximum": 5,
+ "minimum": 1,
+ "title": "Count",
+ "type": "integer"
+ },
+ "cursor": {
+ "title": "Cursor",
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "authorities": {
+ "anyOf": [
+ {
+ "properties": {
+ "freeze_authority": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "true = set (accounts can be frozen), false = none, null = not read.",
+ "title": "Freeze Authority"
+ },
+ "metadata_mutable": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "true = name, symbol or image can still change, false = immutable, null = not read.",
+ "title": "Metadata Mutable"
+ },
+ "mint_authority": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "true = set (more can be minted), false = none, null = not read.",
+ "title": "Mint Authority"
+ },
+ "source": {
+ "anyOf": [
+ {
+ "enum": [
+ "onchain",
+ "pumpfun_rule"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "pumpfun_rule: pump.fun's program leaves no mint or freeze authority and immutable metadata.",
+ "title": "Source"
+ }
+ },
+ "title": "Authorities",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Mint, freeze and metadata authorities (/v1/labels authorities)."
+ },
+ "buyer_flow": {
+ "properties": {
+ "buys_60s": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Buys 60S"
+ },
+ "inflow_stalled": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Inflow Stalled"
+ },
+ "net_sol_60s": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Net Sol 60S"
+ },
+ "sells_60s": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Sells 60S"
+ },
+ "unique_buyers_60s": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Unique Buyers 60S"
+ }
+ },
+ "required": [
+ "unique_buyers_60s",
+ "buys_60s",
+ "sells_60s",
+ "net_sol_60s",
+ "inflow_stalled"
+ ],
+ "title": "BuyerFlow",
+ "type": "object"
+ },
+ "concentration": {
+ "properties": {
+ "bundle_share": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Bundle Share"
+ },
+ "dev_share": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Dev Share"
+ },
+ "insider_share": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Insider Share"
+ },
+ "top5_share": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Top5 Share"
+ }
+ },
+ "required": [
+ "top5_share",
+ "dev_share",
+ "bundle_share",
+ "insider_share"
+ ],
+ "title": "Concentration",
+ "type": "object"
+ },
+ "curve": {
+ "properties": {
+ "drawdown_from_peak": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Drawdown From Peak"
+ },
+ "graduated": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Graduated"
+ },
+ "peak_rs_sol": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Peak Rs Sol"
+ },
+ "rs_sol": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Rs Sol"
+ }
+ },
+ "required": [
+ "rs_sol",
+ "peak_rs_sol",
+ "drawdown_from_peak",
+ "graduated"
+ ],
+ "title": "Curve",
+ "type": "object"
+ },
+ "findings": {
+ "items": {
+ "properties": {
+ "code": {
+ "title": "Code",
+ "type": "string"
+ },
+ "evidence": {
+ "additionalProperties": true,
+ "title": "Evidence",
+ "type": "object"
+ },
+ "first_seen_at": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "First Seen At"
+ }
+ },
+ "required": [
+ "code",
+ "first_seen_at",
+ "evidence"
+ ],
+ "title": "Finding",
+ "type": "object"
+ },
+ "title": "Findings",
+ "type": "array"
+ },
+ "full_card_url": {
+ "title": "Full Card Url",
+ "type": "string"
+ },
+ "last_trade_at": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Last Trade At"
+ },
+ "lifecycle": {
+ "title": "Lifecycle",
+ "type": "string"
+ },
+ "links": {
+ "anyOf": [
+ {
+ "properties": {
+ "axiom": {
+ "title": "Axiom",
+ "type": "string"
+ },
+ "dexscreener": {
+ "title": "Dexscreener",
+ "type": "string"
+ },
+ "gmgn": {
+ "title": "Gmgn",
+ "type": "string"
+ },
+ "jupiter": {
+ "title": "Jupiter",
+ "type": "string"
+ },
+ "note": {
+ "title": "Note",
+ "type": "string"
+ },
+ "photon": {
+ "title": "Photon",
+ "type": "string"
+ },
+ "pumpfun": {
+ "title": "Pumpfun",
+ "type": "string"
+ }
+ },
+ "required": [
+ "pumpfun",
+ "dexscreener",
+ "jupiter",
+ "gmgn",
+ "axiom",
+ "photon",
+ "note"
+ ],
+ "title": "TradeLinks",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
+ },
+ "market": {
+ "anyOf": [
+ {
+ "properties": {
+ "as_of": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Unix seconds of that sol_usd read.",
+ "title": "As Of"
+ },
+ "curve_liquidity_sol": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Real SOL held by the bonding curve.",
+ "title": "Curve Liquidity Sol"
+ },
+ "curve_liquidity_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Curve Liquidity Usd"
+ },
+ "market_cap_sol": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Market Cap Sol"
+ },
+ "market_cap_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "price_usd x total supply (1B tokens, 2B on a mayhem launch): the pump.fun and DexScreener convention, equal to FDV.",
+ "title": "Market Cap Usd"
+ },
+ "price_sol": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "SOL per whole token at the bonding curve's marginal price.",
+ "title": "Price Sol"
+ },
+ "price_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Price Usd"
+ },
+ "reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Why fields are null; codes at /v1/labels market.reason.",
+ "title": "Reason"
+ },
+ "sol_usd": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "The Coinbase SOL-USD spot the USD fields use.",
+ "title": "Sol Usd"
+ }
+ },
+ "title": "Market",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "USD price, market cap and curve liquidity (/v1/labels market)."
+ },
+ "mint": {
+ "title": "Mint",
+ "type": "string"
+ },
+ "probabilities": {
+ "anyOf": [
+ {
+ "properties": {
+ "base_rate_same_age": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Base Rate Same Age"
+ },
+ "calibration": {
+ "title": "Calibration",
+ "type": "string"
+ },
+ "diagnostics": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Diagnostics"
+ },
+ "features_used": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Features Used"
+ },
+ "horizon_s": {
+ "title": "Horizon S",
+ "type": "integer"
+ },
+ "model": {
+ "title": "Model",
+ "type": "string"
+ },
+ "reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Reason"
+ },
+ "recalibration": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Recalibration"
+ },
+ "rug_within_300s": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Rug Within 300S"
+ },
+ "rug_within_300s_basis": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Rug Within 300S Basis"
+ },
+ "rug_within_300s_reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Rug Within 300S Reason"
+ },
+ "true_graduation": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "True Graduation"
+ },
+ "true_graduation_reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "True Graduation Reason"
+ }
+ },
+ "required": [
+ "model",
+ "calibration",
+ "horizon_s"
+ ],
+ "title": "Probabilities",
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "risk_label": {
+ "title": "Risk Label",
+ "type": "string"
+ },
+ "snapshot_slot": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Latest observed slot for this mint, not the slot of every finding.",
+ "title": "Snapshot Slot"
+ },
+ "status": {
+ "enum": [
+ "flags_observed",
+ "no_flags_observed"
+ ],
+ "title": "Status",
+ "type": "string"
+ }
+ },
+ "required": [
+ "mint",
+ "status",
+ "lifecycle",
+ "risk_label",
+ "findings",
+ "snapshot_slot",
+ "last_trade_at",
+ "concentration",
+ "buyer_flow",
+ "curve",
+ "full_card_url"
+ ],
+ "title": "CheckItem",
+ "type": "object"
+ },
+ "maxItems": 5,
+ "minItems": 1,
+ "title": "Items",
+ "type": "array"
+ },
+ "result_id": {
+ "title": "Result Id",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "flags_observed",
+ "no_flags_observed"
+ ],
+ "title": "Status",
+ "type": "string"
+ },
+ "watch_events": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Watch Events",
+ "type": "array"
+ }
+ },
+ "required": [
+ "status",
+ "result_id",
+ "count",
+ "items",
+ "cursor",
+ "watch_events"
+ ],
+ "title": "CheckData",
+ "type": "object"
+ },
+ {
+ "properties": {
+ "changed": {
+ "const": false,
+ "title": "Changed",
+ "type": "boolean"
+ },
+ "charged": {
+ "const": false,
+ "title": "Charged",
+ "type": "boolean"
+ },
+ "count": {
+ "const": 0,
+ "title": "Count",
+ "type": "integer"
+ },
+ "cursor": {
+ "title": "Cursor",
+ "type": "string"
+ },
+ "items": {
+ "items": {},
+ "maxItems": 0,
+ "title": "Items",
+ "type": "array"
+ },
+ "next_check_after_s": {
+ "title": "Next Check After S",
+ "type": "integer"
+ },
+ "status": {
+ "const": "no_new_events",
+ "title": "Status",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "changed",
+ "count",
+ "items",
+ "cursor",
+ "charged",
+ "next_check_after_s"
+ ],
+ "title": "NoChange",
+ "type": "object"
+ }
+ ],
+ "title": "Data"
+ },
+ "generated_at": {
+ "title": "Generated At",
+ "type": "string"
+ },
+ "meta": {
+ "additionalProperties": true,
+ "title": "Meta",
+ "type": "object"
+ },
+ "ok": {
+ "const": true,
+ "title": "Ok",
+ "type": "boolean"
+ },
+ "schema_version": {
+ "const": "2.0",
+ "title": "Schema Version",
+ "type": "string"
+ },
+ "t": {
+ "title": "T",
+ "type": "number"
+ }
+ },
+ "required": [
+ "ok",
+ "schema_version",
+ "generated_at",
+ "t",
+ "coverage",
+ "data",
+ "meta"
+ ],
+ "title": "RiskEnvelope",
+ "type": "object"
+ },
+ {
+ "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
+ "properties": {
+ "accepts": {
+ "items": {
+ "properties": {
+ "amount": {
+ "type": "string"
+ },
+ "asset": {
+ "type": "string"
+ },
+ "extra": {
+ "type": "object"
+ },
+ "maxTimeoutSeconds": {
+ "type": "integer"
+ },
+ "network": {
+ "type": "string"
+ },
+ "payTo": {
+ "type": "string"
+ },
+ "scheme": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "scheme",
+ "network",
+ "amount",
+ "asset",
+ "payTo"
+ ],
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "error": {
+ "type": "string"
+ },
+ "extensions": {
+ "type": "object"
+ },
+ "resource": {
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "mimeType": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url"
+ ],
+ "type": "object"
+ },
+ "x402/payment-response": {
+ "properties": {
+ "errorReason": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "transaction": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "success"
+ ],
+ "type": "object"
+ },
+ "x402Version": {
+ "const": 2
+ }
+ },
+ "required": [
+ "x402Version",
+ "resource",
+ "accepts"
+ ],
+ "title": "PaymentRequired",
+ "type": "object"
+ },
+ {
+ "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "avoid_skipped": {
+ "type": "integer"
+ },
+ "case_mangled_mints": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "charged": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "curve": {
+ "type": "string"
+ },
+ "error": {
+ "type": "string"
+ },
+ "feed_lag_s": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "free_check": {
+ "type": "string"
+ },
+ "got": {
+ "type": [
+ "string",
+ "integer"
+ ]
+ },
+ "hint": {
+ "type": "string"
+ },
+ "invalid": {
+ "type": "object"
+ },
+ "live_examples": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "max_feed_lag_s": {
+ "type": "number"
+ },
+ "max_mints": {
+ "type": "integer"
+ },
+ "max_table_lag_s": {
+ "type": "number"
+ },
+ "message": {
+ "type": "string"
+ },
+ "mint": {
+ "type": "string"
+ },
+ "missing": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "newest_cursor": {
+ "type": "string"
+ },
+ "ok": {
+ "const": false
+ },
+ "payment_status": {
+ "type": "string"
+ },
+ "scanned": {
+ "type": "integer"
+ },
+ "schema": {
+ "type": "object"
+ },
+ "since": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "table_lag_s": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "tool": {
+ "type": "string"
+ },
+ "unavailable_mints": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "unverified_event": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "window_s": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "ok",
+ "error"
+ ],
+ "title": "Refusal",
+ "type": "object"
+ }
+]