com.publicdomainrelay.temp.market.bids.x402

johnandersen777.bsky.social

Schema Diff

+1 -1

From

CID
bafyreiaua7wxkoy...
Indexed At
2026-06-08 05:35 UTC
View this version

To

CID
bafyreid23tdbvr5...
Indexed At
2026-06-08 06:09 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.bids.x402",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "cost",
11 11
          "currency",
12 12
          "frequency",
13 13
          "prepay",
14 14
          "url"
15 15
        ],
16 16
        "properties": {
17 17
          "url": {
18 18
            "type": "string",
19 -
            "description": "Service DID reference (did:web:HOST#pdr_market) of the bidder's market service. The requester calls com.publicdomainrelay.temp.market.submitAccept via PDS service-proxying using this value as the atproto-proxy target, to settle the contract and obtain a receipt."
19 +
            "description": "x402 payment endpoint URL. To settle payment the requester first mints a com.publicdomainrelay.temp.market.accepts.x402 record, then issues an x402-gated GET to `{url}/{accepts.x402 AT-URI}/{accepts.x402 CID}`; on payment the bidder mints and returns a com.publicdomainrelay.temp.market.receipts.x402 proof-of-payment record. That receipt is then used as the payload of the higher-level com.publicdomainrelay.temp.market.accept."
20 20
          },
21 21
          "cost": {
22 22
            "type": "unknown",
23 23
            "description": "Numeric price (integer or float) per the chosen frequency."
24 24
          },
25 25
          "prepay": {
26 26
            "type": "boolean",
27 27
            "description": "Whether payment is required before compute starts."
28 28
          },
29 29
          "currency": {
30 30
            "type": "string",
31 31
            "description": "Currency code, e.g. 'USDC'."
32 32
          },
33 33
          "frequency": {
34 34
            "type": "string",
35 35
            "description": "Billing frequency, e.g. 'monthly', 'hourly', 'one-time'."
36 36
          }
37 37
        }
38 38
      },
39 39
      "description": "Includes pricing/payment terms and x402 endpoint for issuing a receipt against an accept."
40 40
    }
41 41
  },
42 42
  "$type": "com.atproto.lexicon.schema",
43 43
  "lexicon": 1
44 44
}

Compare Other Versions

Lexicon Garden

@