com.publicdomainrelay.temp.market.rfp
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.sendBid" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.sendBid", kind: "prop", name: Some("sendBid") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.rfp:body.sendBid" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.rfp:body", tgt: "com.publicdomainrelay.temp.market.rfp:body.sendBid", kind: "prop", name: Some("sendBid") }
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
+
},
18
+
"sendBid": {
19
+
"type": "string",
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"
17
21
}
18
22
}
19
23
},
20
24
"description": "Top-level Request For Proposal (RFP). Envelope that strongRefs a domain-specific payload (e.g. compute.vm)."
21
25
}
22
26
},
23
27
"$type": "com.atproto.lexicon.schema",
24
28
"lexicon": 1
25
29
}