com.publicdomainrelay.temp.market.accepts.free

johnandersen777.bsky.social

Schema Diff

+7 -1

From

CID
bafyreifrew47mc3...
Indexed At
2026-06-09 09:00 UTC
View this version

To

CID
bafyreibtmid76vq...
Indexed At
2026-06-11 14:13 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 2 non-breaking changes.

Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accepts.free:body.signatures" }
  • AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.accepts.free:body", tgt: "com.publicdomainrelay.temp.market.accepts.free:body.signatures", kind: "prop", name: Some("signatures") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accepts.free:body.signatures" }

Additional Notes

  • Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.accepts.free:body", tgt: "com.publicdomainrelay.temp.market.accepts.free:body.signatures", kind: "prop", name: Some("signatures") }
1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.accepts.free",
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 -
          "bid"
10 +
          "bid",
11 +
          "signatures"
11 12
        ],
12 13
        "properties": {
13 14
          "bid": {
14 15
            "ref": "com.atproto.repo.strongRef",
15 16
            "type": "ref",
16 17
            "description": "Strong reference to the winning bid record (com.publicdomainrelay.temp.market.bid) whose bids.free terms are being accepted."
17 18
          },
18 19
          "payload": {
19 20
            "ref": "com.atproto.repo.strongRef",
20 21
            "type": "ref",
21 22
            "description": "Strong reference to the bid's terms record being accepted (for example a com.publicdomainrelay.temp.market.bids.free)."
23 +
          },
24 +
          "signatures": {
25 +
            "ref": "network.attested.signature#signatures",
26 +
            "type": "ref",
27 +
            "description": "badge.blue attestations over this acceptance. Must include the requester's inline signature, attached at creation; the bidder's receipts.free remote attestation completes the bilateral agreement."
22 28
          }
23 29
        }
24 30
      },
25 31
      "description": "The requester's acceptance of a bid's free (no-cost) terms. Minted before settling and passed (by AT-URI + CID) to the grant endpoint named in the bids.free url; the bidder resolves it and mints a com.publicdomainrelay.temp.market.receipts.free in response. The free counterpart of com.publicdomainrelay.temp.market.accepts.x402."
26 32
    }
27 33
  },
28 34
  "$type": "com.atproto.lexicon.schema",
29 35
  "lexicon": 1
30 36
}

Compare Other Versions

Lexicon Garden

@