{
  "receipt": {
    "schemaVersion": 2,
    "jobId": "0x5a11b1e0000000000000000000000000000000000000000000000000c0ffee01",
    "chainId": 196,
    "taskSpecHash": "0x7b923a38c772c88edd03eccfd0dd92a9a60dc2ca13812a8a450d38cdbda82ce5",
    "evidenceHash": "0xdeec6a8beddbb0d78548aa5d890841dd0a2e9b6a04fa55b330332d27f2330556",
    "escrowHash": "0x5c5001d8a8e7e08a350bdba24ed403f72ce7a89ff69d1bcb28cb6a98e9a68b45",
    "verificationHash": "0x5d0bdcf9a5b8a4b6fc0302b614e7654b6cf45cdb9136208c596c452a4464e435",
    "buyer": "0x1111111111111111111111111111111111111111",
    "seller": "0x2222222222222222222222222222222222222222",
    "verdict": 1,
    "method": 1,
    "confidence": 98,
    "nonce": "0x00000000000000000000000000000000000000000000000000000000000005a1",
    "issuedAt": "1784239453",
    "expiry": "1784844253"
  },
  "signature": "0x8db634c8ea47f78a942c5c2fb5afff168a744dd06eebdda2a1d21d461653d3ef3ded0158cc4cff42e3d1e935411c6833759a0d6b3250d6a5db82d1b53903dc741b",
  "issuer": "0xe678fEFe9F08835FEB1d8C5820562C542d142685",
  "evidence": {
    "method": "ai_evaluator",
    "verdict": "success",
    "confidence": 0.98,
    "reasons": [
      "Function is correct across the tested range and memoizes results as required."
    ],
    "checks": [],
    "artifactHash": "0xa21aed0e0e2a9a8f35e856a7cec29cb70924f3eb13fee457587b049a81495f0e",
    "evaluator": {
      "model": "gpt-4o",
      "promptHash": "0x292cdabcb58df2f4bd3b167d0073cb87b1e4d81f4b86f785d153a882a4e43b74",
      "confidence": 0.98
    }
  },
  "spec": {
    "kind": "offchain",
    "description": "Write a memoized Python function that returns the nth Fibonacci number, with a docstring.",
    "requirements": [
      "Correct for n=0..30",
      "Uses memoization",
      "Includes a docstring or comment"
    ]
  }
}