com.publicdomainrelay.temp.market.accept
Schema Diff
+8 -2
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accept:body.signatures" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.accept:body", tgt: "com.publicdomainrelay.temp.market.accept:body.signatures", kind: "prop", name: Some("signatures") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accept:body.signatures" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.accept:body", tgt: "com.publicdomainrelay.temp.market.accept:body.signatures", kind: "prop", name: Some("signatures") }
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
-
"bid"
11
+
"bid",
12
+
"signatures"
12
13
],
13
14
"properties": {
14
15
"bid": {
15
16
"ref": "com.atproto.repo.strongRef",
16
17
"type": "ref",
17
18
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
18
19
},
19
20
"rfp": {
20
21
"ref": "com.atproto.repo.strongRef",
21
22
"type": "ref",
22
23
"description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
23
24
},
24
25
"payload": {
25
26
"ref": "com.atproto.repo.strongRef",
26
27
"type": "ref",
27
28
"description": "Strong reference to the proof-of-payment record returned by the bid's payment flow (for example a com.publicdomainrelay.temp.market.receipts.x402 obtained from the x402 GET against the bids.x402 url). The bidder verifies this before provisioning."
28
29
},
30
+
"signatures": {
31
+
"ref": "network.attested.signature#signatures",
32
+
"type": "ref",
33
+
"description": "badge.blue attestations over this accept. Must include the requester's inline signature, attached at creation. The bidder's side of the bilateral agreement is its proof-of-settlement record (the accept's payload) and the market.receipt it mints on submitAccept, both of which are badge.blue remote attestations bound to this record."
34
+
},
29
35
"submitEvent": {
30
36
"type": "string",
31
-
"description": "Service DID reference (did:web:HOST#pdr_market) of the RFP issuer's market service. Optional; bypasses the need for events to be seen in the firehose. The counterparty calls com.publicdomainrelay.temp.market.submitEvent via PDS service-proxying using this value as the atproto-proxy target."
37
+
"description": "Service DID reference (did:web:HOST#compute_event) of the RFP issuer's compute-event service. Optional; bypasses the need for events to be seen in the firehose. The counterparty calls com.publicdomainrelay.temp.market.submitEvent via PDS service-proxying using this value as the atproto-proxy target."
32
38
}
33
39
}
34
40
},
35
41
"description": "Acceptance of a bid on an RFP"
36
42
}
37
43
},
38
44
"$type": "com.atproto.lexicon.schema",
39
45
"lexicon": 1
40
46
}