{
  "schemaVersion": "pilot.external-observatory.v1",
  "sourceId": "x402stats",
  "kind": "interpretation_example",
  "upstreamUrl": "https://x402stats.io/api/stats",
  "rawPaths": {
    "indexed": ["snapshot.sellers", "snapshot.volumeUsd"],
    "heuristic": ["snapshot.organicSellers", "snapshot.organicVolumeUsd"],
    "window": ["snapshot.windowDays", "snapshot.computedAt"]
  },
  "whatItEstablishes": "Provider rolling-window settlement/protocol aggregates. organicSellers and organicVolumeUsd are labelled provider heuristics.",
  "whatItDoesNot": [
    "a paid-customer population distinct from indexed sellers",
    "unique humans",
    "independently verified organic demand",
    "repeat demand",
    "SameDayDesk settlement"
  ],
  "whatItDoesNotEstablish": [
    "a paid-customer population distinct from indexed sellers",
    "unique humans",
    "independently verified organic demand",
    "repeat demand",
    "SameDayDesk settlement"
  ],
  "paidActivityAvailable": false,
  "refusedMath": [
    {
      "expression": "snapshot.organicSellers / snapshot.sellers",
      "reason": "Heuristic organic is not a paid-customer conversion from indexed sellers."
    },
    {
      "expression": "sum(series[].buyers)",
      "reason": "Series rows are not summed into snapshot metrics and buyers are not classified as unique humans."
    }
  ],
  "purchaseExecuted": false
}
