com.publicdomainrelay.temp.market.bid

johnandersen777.bsky.social

Schema Diff

+4 -0

From

CID
bafyreienbjzfjri...
Indexed At
2026-05-17 20:59 UTC
View this version

To

CID
bafyreic7t4wbk3d...
Indexed At
2026-06-08 06:09 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.bid:body.submitAccept" }
  • AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.bid:body", tgt: "com.publicdomainrelay.temp.market.bid:body.submitAccept", kind: "prop", name: Some("submitAccept") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.bid:body.submitAccept" }

Additional Notes

  • Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.bid:body", tgt: "com.publicdomainrelay.temp.market.bid:body.submitAccept", kind: "prop", name: Some("submitAccept") }
1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.bid",
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
          "rfp",
11 11
          "payload"
12 12
        ],
13 13
        "properties": {
14 14
          "rfp": {
15 15
            "ref": "com.atproto.repo.strongRef",
16 16
            "type": "ref",
17 17
            "description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
18 18
          },
19 19
          "config": {
20 20
            "ref": "com.atproto.repo.strongRef",
21 21
            "type": "ref",
22 22
            "description": "Strong reference to any config information that needs to be processed by rfp actor prior to bid accept (for example a com.publicdomainrelay.temp.compute.config.wif.simple)."
23 23
          },
24 24
          "payload": {
25 25
            "ref": "com.atproto.repo.strongRef",
26 26
            "type": "ref",
27 27
            "description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bids.x402)."
28 +
          },
29 +
          "submitAccept": {
30 +
            "type": "string",
31 +
            "description": "Service DID reference (did:web:HOST#pdr_market) of the bidder's market service. Once the requester has settled payment (via the x402 flow named in the bids.x402 payload) and minted a com.publicdomainrelay.temp.market.accept, it calls com.publicdomainrelay.temp.market.submitAccept via PDS service-proxying using this value as the atproto-proxy target to provision the resource and obtain a com.publicdomainrelay.temp.market.receipt."
28 32
          }
29 33
        }
30 34
      },
31 35
      "description": "A bid on an RFP"
32 36
    }
33 37
  },
34 38
  "$type": "com.atproto.lexicon.schema",
35 39
  "lexicon": 1
36 40
}

Compare Other Versions

Lexicon Garden

@