{
  "schema": "ab5d-series-evidence/2",
  "slug": "photons-dream-by-harvey-rayner-or-patterndotco",
  "chainId": 1,
  "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
  "projectId": 313,
  "timezoneNote": "Every timestamp is UTC.",
  "observedAt": "2026-09-20T00:25:52.764Z",
  "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
  "projectQueryFields": [
    "id",
    "project_id",
    "contract_address",
    "slug",
    "name",
    "artist_name",
    "artist_address",
    "description",
    "invocations",
    "max_invocations",
    "complete",
    "paused",
    "activated_at",
    "completed_at",
    "start_datetime",
    "updated_at",
    "license",
    "link_to_license",
    "script_type_and_version",
    "aspect_ratio",
    "display_static",
    "price_per_token_in_wei",
    "currency_symbol",
    "vertical_name",
    "website",
    "artist_interview",
    "script_count",
    "script",
    "scripts{index script}"
  ],
  "query": "query ProjectBySlug($slug: String!) {\n  projects_metadata(where: {slug: {_eq: $slug}}) {\n    id project_id contract_address slug name artist_name artist_address description\n    invocations max_invocations complete paused\n    activated_at completed_at start_datetime updated_at\n    license link_to_license script_type_and_version aspect_ratio display_static\n    price_per_token_in_wei currency_symbol vertical_name website artist_interview\n    script_count script scripts { index script }\n  }\n}",
  "variables": {
    "slug": "photons-dream-by-harvey-rayner-or-patterndotco"
  },
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313",
    "invocations": 404,
    "max_invocations": 404,
    "activated_at": "2022-05-24T00:07:09+00:00",
    "start_datetime": "2022-06-15T17:00:00+00:00",
    "completed_at": "2022-07-04T14:20:58+00:00",
    "license": "CC BY-NC-SA 4.0",
    "link_to_license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
    "script_type_and_version": "js@na",
    "aspect_ratio": 0.8,
    "display_static": true,
    "price_per_token_in_wei": "0",
    "vertical_name": "factory",
    "website": "https://rayner.art/works/2022/#photons-dream",
    "artist_interview": null,
    "script_count": 2,
    "artist_address": "0x76a5e5202b097cf115494a20653b2fa17740f436"
  },
  "codeSha256": "147b64f95af9a4a3fab3ee4e3db30b6ada28dce4ea85def45096f038b11cc234",
  "graphqlRetrievals": [
    {
      "id": "G01",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ab5d-linked-wallets",
      "query": "query { user_profiles(where: {username: {_eq: \"ab5d\"}}) { username name linked_accounts { public_address } } }",
      "variables": {},
      "identityFilter": "user_profiles where username _eq \"ab5d\" (inline filter, no variables sent)",
      "requestedAt": "2026-09-20T00:25:37.464Z",
      "respondedAt": "2026-09-20T00:25:37.997Z",
      "httpStatus": 200,
      "outcome": "ok",
      "returnedFields": [
        "username",
        "name",
        "linked_accounts.public_address"
      ],
      "result": {
        "username": "ab5d",
        "name": "AB5D",
        "linkedAccounts": [
          "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
          "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
          "0xdd19308a9731cdecb67e0d80ca6823394208c045"
        ],
        "count": 3
      },
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null,
      "note": "Complete set refreshed once this session and reused across the batch. The count of three was read from the response, not assumed, and every returned address was checked against every token in this edition."
    },
    {
      "id": "G02",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ProjectBySlug",
      "query": "query ProjectBySlug($slug: String!) {\n  projects_metadata(where: {slug: {_eq: $slug}}) {\n    id project_id contract_address slug name artist_name artist_address description\n    invocations max_invocations complete paused\n    activated_at completed_at start_datetime updated_at\n    license link_to_license script_type_and_version aspect_ratio display_static\n    price_per_token_in_wei currency_symbol vertical_name website artist_interview\n    script_count script scripts { index script }\n  }\n}",
      "variables": {
        "slug": "photons-dream-by-harvey-rayner-or-patterndotco"
      },
      "identityFilter": "projects_metadata where slug _eq \"photons-dream-by-harvey-rayner-or-patterndotco\"; identity corroborated by the returned composite id 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313",
      "compositeKeyNote": "Project identity is the composite key 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313, joining the lowercase contract address and the on-chain project ID.",
      "requestedAt": "2026-09-20T00:25:52.456Z",
      "respondedAt": "2026-09-20T00:25:52.764Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 1,
      "returnedFields": [
        "id",
        "project_id",
        "contract_address",
        "slug",
        "name",
        "artist_name",
        "artist_address",
        "description",
        "invocations",
        "max_invocations",
        "complete",
        "paused",
        "activated_at",
        "completed_at",
        "start_datetime",
        "updated_at",
        "license",
        "link_to_license",
        "script_type_and_version",
        "aspect_ratio",
        "display_static",
        "price_per_token_in_wei",
        "currency_symbol",
        "vertical_name",
        "website",
        "artist_interview",
        "script_count",
        "script",
        "scripts{index script}"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G03",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByProject",
      "query": "query TokensByProject($pid: String!) {\n  tokens_metadata(where: {project_id: {_eq: $pid}}, order_by: {invocation: asc}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "pid": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313"
      },
      "identityFilter": "tokens_metadata where project_id _eq the composite project key, ordered by invocation ascending",
      "requestedAt": "2026-09-20T00:25:52.764Z",
      "respondedAt": "2026-09-20T00:25:53.720Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 404,
      "returnedFields": [
        "id",
        "token_id",
        "invocation",
        "hash",
        "owner_address",
        "minted_at",
        "features"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G04",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByIds",
      "query": "query TokensByIds($ids: [String!]) {\n  tokens_metadata(where: {id: {_in: $ids}}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "ids": [
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313000315",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313000015",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313000057",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-313000014"
        ]
      },
      "identityFilter": "tokens_metadata where id _in the four exact composite token keys for the example tokens",
      "requestedAt": "2026-09-20T06:04:00.913Z",
      "respondedAt": "2026-09-20T06:04:01.207Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 4,
      "returnedFields": [
        "id",
        "token_id",
        "invocation",
        "hash",
        "owner_address",
        "minted_at",
        "features"
      ],
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null,
      "note": "Issued so that every example token's hash, owner and mint timestamp is read from a response rather than from working memory."
    }
  ],
  "codeInspection": {
    "retrievalId": "G02",
    "sourceField": "projects_metadata.script",
    "bytes": 14081,
    "sha256": "147b64f95af9a4a3fab3ee4e3db30b6ada28dce4ea85def45096f038b11cc234",
    "digestMethod": "SHA-256 via Web Crypto over the returned script field; the renderer's inline script produced the same digest in-page",
    "retrievedAt": "2026-09-20T00:25:52.764Z",
    "runtime": "js@na (no library)",
    "scriptCount": 2,
    "concatenationCheck": "The scripts array, ordered by index, concatenates to the same bytes as the flat script field.",
    "fullReadCoverage": {
      "seedHandling": "Two-stream sfc32 generator with a million warm-up draws plus 73 discarded draws.",
      "parameterSelection": "Edge mode, panel count and orientation, per-panel symmetry, mode, frequency, power, transparency, palette, margin, striation.",
      "renderingSequence": "Per-pixel sum of rotated, inverted radial waves per panel; palette transform; grain; edge shading; panels composited.",
      "timeAndInteraction": "Single render; none.",
      "externalDependencies": "None."
    },
    "executed": true,
    "executionDisclosure": "Read in full without local execution; separately executed by the official renderer during observations. Parameter derivations reimplemented in the browser for trait checks."
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "status": 200,
      "observedAt": "2026-09-20T06:04:01.207Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "status": 200,
      "observedAt": "2026-09-20T06:04:01.785Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "status": 200,
      "observedAt": "2026-09-20T06:04:02.081Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "status": 200,
      "observedAt": "2026-09-20T06:04:02.414Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014"
    }
  ],
  "tokenObservations": [
    {
      "token_id": "313000315",
      "invocation": 315,
      "hash": "0x35270e1d1cd98cfb5a32fe9c00debfd53f02455c6ba9356c7349267bf49f2fb8",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "minted_at": "2022-07-04T13:53:39+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "mediaType": "text/html, original live renderer (2D canvas, single static render)",
      "publishedFeatures": {
        "Edge type": "Live cropfold wideboy",
        "Color space": "Safe journey",
        "Striation Maxi": "No",
        "Vibratory accord": "Ancient color",
        "Basic composition": "Quadruple column"
      }
    },
    {
      "token_id": "313000015",
      "invocation": 15,
      "hash": "0x1cd222278a03299b6c95ac2c74c78172db26dd7b2a4f59cf43b4064fc81d9e9c",
      "owner_address": "0xa12ffb0aa461d6fcba55dd972491e983323386d2",
      "minted_at": "2022-06-15T18:09:37+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "mediaType": "text/html, original live renderer (2D canvas, single static render)",
      "publishedFeatures": {
        "Edge type": "Crop",
        "Color space": "Intellectual color",
        "Striation Maxi": "No",
        "Vibratory accord": "Spectrum jam",
        "Basic composition": "Single"
      }
    },
    {
      "token_id": "313000057",
      "invocation": 57,
      "hash": "0x80a22e0083a84f2bed2d8d800419cc3653978e25ccdba03a93759f47512ab2d9",
      "owner_address": "0x7ef0729e3999a5a4645ab78a80cf72d3631a0f05",
      "minted_at": "2022-06-16T18:53:57+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "mediaType": "text/html, original live renderer (2D canvas, single static render)",
      "publishedFeatures": {
        "Edge type": "Live cropfold",
        "Color space": "Ancient forest temple",
        "Striation Maxi": "Yes",
        "Vibratory accord": "Ancient color",
        "Basic composition": "Triple row"
      }
    },
    {
      "token_id": "313000014",
      "invocation": 14,
      "hash": "0x7dbdddc597a365c8dbd5327964c3dea8859b85c45d8382d17b3df53157ac7e99",
      "owner_address": "0xe2ebb099022ff5d6cb0ba1f09fc168a7937345d5",
      "minted_at": "2022-06-15T17:35:38+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "resolvedRendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "mediaType": "text/html, original live renderer (2D canvas, single static render)",
      "publishedFeatures": {
        "Edge type": "Live hermetic",
        "Color space": "Safe journey",
        "Striation Maxi": "No",
        "Vibratory accord": "Ancient color",
        "Basic composition": "Single"
      }
    }
  ],
  "visualObservations": [
    {
      "id": "V01",
      "kind": "sustained",
      "token_id": "313000315",
      "method": "Iframe on the generator origin, pane displayed; render time measured; largest canvas reduced to FNV signatures and mean colour; re-rendered at the same size, at 640x320 CSS px, and back; screenshots of portrait and landscape renders.",
      "observedFrom": "2026-09-20T06:04:12Z",
      "observedTo": "2026-09-20T06:05:21Z",
      "sampledStates": 12,
      "observations": [
        "Portrait 658x874: four columns; central figure-of-eight loop form in purple, orange and acid green fading to white; narrow striped and spotted strips; white margin.",
        "Rendered in about 4.4 s; signature c0db3f10 identical 6 s later.",
        "Landscape 1280x640 re-render: signature f9bcd8d2, same four panels re-proportioned, loops widened into a horizontal butterfly.",
        "Returned to 658x874: signature c0db3f10 again, identical to the first render."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V02",
      "kind": "sustained",
      "token_id": "313000057",
      "method": "As V01, including landscape re-render and screenshots.",
      "observedFrom": "2026-09-20T06:04:12Z",
      "observedTo": "2026-09-20T06:05:21Z",
      "sampledStates": 10,
      "observations": [
        "Portrait: thin top band of vertical striations, a row of small cells with capsule highlights, large lower panel with a soft dark-green, orange and cream form.",
        "Signature 3b9d9222 stable over 6 s.",
        "Landscape 1280x640: signature ef992a90; lower panel form becomes a tall orange column on a green field."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V03",
      "kind": "focused",
      "token_id": "313000015",
      "method": "Iframe; render time; signature; screenshot.",
      "observedFrom": "2026-09-20T06:04:12Z",
      "observedTo": "2026-09-20T06:04:41Z",
      "sampledStates": 4,
      "observations": [
        "Rendered in about 1.2 s.",
        "Full-bleed cellular leopard-spot field in cream, black, red and teal, tightening towards a central band of fine multicoloured vertical stripes."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    },
    {
      "id": "V04",
      "kind": "focused",
      "token_id": "313000014",
      "method": "Iframe; render time; signature; screenshot.",
      "observedFrom": "2026-09-20T06:04:12Z",
      "observedTo": "2026-09-20T06:04:41Z",
      "sampledStates": 4,
      "observations": [
        "Rendered in about 4.4 s.",
        "Fine purple and gold moiré interference inside a thin border."
      ],
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "observer": "this agent, Anthropic claude-opus-5, operating the built-in browser pane of the Claude desktop app on the coordinator's macOS computer (Apple M5 Pro, ANGLE Metal renderer)"
    }
  ],
  "statusByOriginal": [
    {
      "token_id": "313000315",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000315",
      "observedAcrossChangingStates": "yes: loading to completed render, then three re-renders at two sizes",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "313000057",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000057",
      "observedAcrossChangingStates": "yes: completed render at two sizes",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "313000015",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000015",
      "observedAcrossChangingStates": "yes: loading to completed render",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    },
    {
      "token_id": "313000014",
      "opened": "yes, https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/313000014",
      "observedAcrossChangingStates": "yes: loading to completed render",
      "controlsTested": "not applicable, established as absent: no event handlers in the program or running page",
      "audioAuditioned": "not applicable, established as silent"
    }
  ],
  "traitReproduction": {
    "tokens": 404,
    "summary": "5 of 5 keys at 404/404"
  },
  "corrections": [],
  "failedLeads": [
    {
      "url": "https://pattern.co/nft/photons-dream/",
      "outcome": "not opened"
    }
  ],
  "mediaIds": [],
  "provenance": {
    "operator": "Phil (AB5D coordinator), via the Claude desktop application",
    "originalAuthor": {
      "provider": "Anthropic",
      "model": "claude-opus-5",
      "modelVersion": "claude-opus-5 as reported by the session environment; the routing label 'claude' in the assignment manifest is a routing label and has not been recorded as a model identifier",
      "agent": "Claude in Cowork mode on the Claude Agent SDK"
    },
    "revisions": [],
    "revisionNote": "No other model or human has revised this package. A later reviser must preserve the original author credit and record the reviser, changed scope and revision-specific usage separately here.",
    "tools": [
      "Art Blocks public GraphQL index over HTTP POST from the artblocks.io origin in the browser pane, with full query text, variables and timings retained in evidence.json",
      "built-in browser pane on the coordinator's computer for page reading, canonical token page status checks, live renderer observation, canvas sampling, WebGL diagnostics and screenshots",
      "an independent reimplementation of the trait derivation, run in the browser against every token hash in the edition",
      "SHA-256 over the retrieved script bytes computed with the Web Crypto API",
      "cloud shell and file tools for package assembly, and the supplied validator"
    ],
    "humanEditorialInvolvement": "None. No human reviewed, edited or fact-checked the prose before submission. The coordinator approved browser site-access prompts only. Status is draft-for-human-review.",
    "originalProseLicense": "CC0-1.0"
  },
  "editorialExceptions": [
    {
      "id": "mint-price-unknown",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Index price 0; no sales notes; mint terms undocumented."
    },
    {
      "id": "aspect-agnostic",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Composition and grain depend on the display size; index aspect 0.8 is nominal. Choose a fixed embed size deliberately."
    },
    {
      "id": "pre-activation-mints",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Four mints on 2022-05-23 before activation; status unknown."
    }
  ]
}
