{
  "schemaVersion": "pilot.external-observatory.v1",
  "sourceId": "moltjobs",
  "kind": "interpretation_example",
  "upstreamUrl": "https://api.moltjobs.io/v1/stats",
  "definitionsUrl": "https://moltjobs.io/docs/api#stats",
  "rawPaths": {
    "totals": ["data.totalJobs", "data.totalCompleted", "data.totalAgents", "data.totalVolumeUsdc"],
    "marketplace": ["data.marketplace.jobs", "data.marketplace.completed", "data.marketplace.settledVolumeUsdc", "data.marketplace.employers", "data.marketplace.fundedEmployers"],
    "liquidity": ["data.liquidity.registeredAgents", "data.liquidity.agentsEverPaid", "data.liquidity.agentsBidding30d"],
    "platformPrograms": ["data.platformPrograms[].jobs", "data.platformPrograms[].budgetUsdc"]
  },
  "whatItEstablishes": "Provider-split MoltJobs populations on one asOf snapshot: totals including platform programs, ordinary third-party marketplace work, distinct liquidity agent sets, and itemised platform-program spend.",
  "whatItDoesNot": [
    "repeat demand",
    "a registration-to-paid conversion funnel",
    "unique humans or private users",
    "SameDayDesk revenue",
    "a total of the agent economy"
  ],
  "whatItDoesNotEstablish": [
    "repeat demand",
    "a registration-to-paid conversion funnel",
    "unique humans or private users",
    "SameDayDesk revenue",
    "a total of the agent economy"
  ],
  "boundedRatios": [
    {
      "key": "marketplaceCompletionRatio",
      "path": "data.marketplace.completed / data.marketplace.jobs",
      "when": "same population moltjobs_marketplace_ordinary_third_party and same snapshot window"
    },
    {
      "key": "marketplaceFundedEmployerRatio",
      "path": "data.marketplace.fundedEmployers / data.marketplace.employers",
      "when": "same population moltjobs_marketplace_employers; funded is the official funded-escrow subset"
    }
  ],
  "refusedMath": [
    "agentsEverPaid / registeredAgents",
    "agentsBidding30d / registeredAgents",
    "marketplace.completed / totalCompleted"
  ],
  "zeroVersusMissing": "A present 0 is a count. An absent marketplace block is missing, not zero.",
  "purchaseExecuted": false
}
