com.publicdomainrelay.temp.market.rfp

johnandersen777.bsky.social

Schema Diff

+1 -1

From

CID
bafyreihls2nohud...
Indexed At
2026-06-06 20:13 UTC
View this version

To

CID
bafyreiaulym2ysm...
Indexed At
2026-06-08 04:06 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

2 breaking changes, 2 non-breaking changes.

Breaking Changes (2)
  • RemovedVertex RemovedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.sendBid" }
  • RemovedEdge RemovedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.sendBid", kind: "prop", name: Some("sendBid") }
Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.submitBid" }
  • AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.submitBid", kind: "prop", name: Some("submitBid") }

Migration Guidance

Removed Elements

  • RemovedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.sendBid" }

Added Elements

  • AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.submitBid" }

Additional Notes

  • Breaking: RemovedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.sendBid", kind: "prop", name: Some("sendBid") }
  • Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.submitBid", kind: "prop", name: Some("submitBid") }
1 1
{
2 2
  "id": "com.publicdomainrelay.temp.market.rfp",
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
          "payload"
11 11
        ],
12 12
        "properties": {
13 13
          "payload": {
14 14
            "ref": "com.atproto.repo.strongRef",
15 15
            "type": "ref",
16 16
            "description": "Strong reference to the domain-specific payload record (for example a com.publicdomainrelay.temp.compute.vm)."
17 17
          },
18 -
          "sendBid": {
18 +
          "submitBid": {
19 19
            "type": "string",
20 20
            "description": "Endpoint to send AT-URI and CID of bid to. Optional but bypasses need for bids to be seen in firehose since they are sent directly"
21 21
          }
22 22
        }
23 23
      },
24 24
      "description": "Top-level Request For Proposal (RFP). Envelope that strongRefs a domain-specific payload (e.g. compute.vm)."
25 25
    }
26 26
  },
27 27
  "$type": "com.atproto.lexicon.schema",
28 28
  "lexicon": 1
29 29
}

Compare Other Versions

Lexicon Garden

@