com.publicdomainrelay.temp.market.accept
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.accept:body.submitEvent" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.accept:body", tgt: "com.publicdomainrelay.temp.market.accept:body.submitEvent", kind: "prop", name: Some("submitEvent") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accept:body.submitEvent" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.accept:body", tgt: "com.publicdomainrelay.temp.market.accept:body.submitEvent", kind: "prop", name: Some("submitEvent") }
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.accept",
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
"bid"
12
12
],
13
13
"properties": {
14
14
"bid": {
15
15
"ref": "com.atproto.repo.strongRef",
16
16
"type": "ref",
17
17
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
18
18
},
19
19
"rfp": {
20
20
"ref": "com.atproto.repo.strongRef",
21
21
"type": "ref",
22
22
"description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
23
23
},
24
24
"payload": {
25
25
"ref": "com.atproto.repo.strongRef",
26
26
"type": "ref",
27
27
"description": "Strong reference to the accept record if there is anything to note about the acceptance (for example a com.publicdomainrelay.temp.market.accept.x402)."
28
+
},
29
+
"submitEvent": {
30
+
"type": "string",
31
+
"description": "Endpoint to send AT-URI and CID of com.publicdomainrelay.temp.market.event records to. Optional but bypasses need for events to be seen in firehose since they are sent directly."
28
32
}
29
33
}
30
34
},
31
35
"description": "Acceptance of a bid on an RFP"
32
36
}
33
37
},
34
38
"$type": "com.atproto.lexicon.schema",
35
39
"lexicon": 1
36
40
}