com.publicdomainrelay.temp.market.receipt
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.receipt:body.submitEvent" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.receipt:body", tgt: "com.publicdomainrelay.temp.market.receipt:body.submitEvent", kind: "prop", name: Some("submitEvent") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.receipt:body.submitEvent" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.receipt:body", tgt: "com.publicdomainrelay.temp.market.receipt:body.submitEvent", kind: "prop", name: Some("submitEvent") }
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.receipt",
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
"accept"
13
13
],
14
14
"properties": {
15
15
"bid": {
16
16
"ref": "com.atproto.repo.strongRef",
17
17
"type": "ref",
18
18
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
19
19
},
20
20
"rfp": {
21
21
"ref": "com.atproto.repo.strongRef",
22
22
"type": "ref",
23
23
"description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
24
24
},
25
25
"accept": {
26
26
"ref": "com.atproto.repo.strongRef",
27
27
"type": "ref",
28
28
"description": "Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402)."
29
29
},
30
30
"payload": {
31
31
"ref": "com.atproto.repo.strongRef",
32
32
"type": "ref",
33
33
"description": "Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.x402)."
34
+
},
35
+
"submitEvent": {
36
+
"type": "string",
37
+
"description": "Endpoint to send AT-URI and CID of com.publicdomainrelay.temp.market.event records to, scoped to this receipt's strongRef. Used by the requester to report lifecycle events the provider cannot observe itself (e.g. compute.events.vm.delete when a workflow finishes or its policy engine never comes up), since the provider treats provisioned resources as a black box."
34
38
}
35
39
}
36
40
},
37
41
"description": "Receipt for acceptance of a bid on an RFP"
38
42
}
39
43
},
40
44
"$type": "com.atproto.lexicon.schema",
41
45
"lexicon": 1
42
46
}