com.publicdomainrelay.temp.market.accepts.x402
Schema Diff
+7 -1
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accepts.x402:body.signatures" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.accepts.x402:body", tgt: "com.publicdomainrelay.temp.market.accepts.x402:body.signatures", kind: "prop", name: Some("signatures") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.accepts.x402:body.signatures" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.accepts.x402:body", tgt: "com.publicdomainrelay.temp.market.accepts.x402:body.signatures", kind: "prop", name: Some("signatures") }
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.accepts.x402",
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
-
"bid"
10
+
"bid",
11
+
"signatures"
11
12
],
12
13
"properties": {
13
14
"bid": {
14
15
"ref": "com.atproto.repo.strongRef",
15
16
"type": "ref",
16
17
"description": "Strong reference to the winning bid record (com.publicdomainrelay.temp.market.bid) whose bids.x402 payment terms are being accepted."
17
18
},
18
19
"payload": {
19
20
"ref": "com.atproto.repo.strongRef",
20
21
"type": "ref",
21
22
"description": "Strong reference to the bid's payment terms record being accepted (for example a com.publicdomainrelay.temp.market.bids.x402)."
23
+
},
24
+
"signatures": {
25
+
"ref": "network.attested.signature#signatures",
26
+
"type": "ref",
27
+
"description": "badge.blue attestations over this acceptance. Must include the requester's inline signature, attached at creation; the bidder's receipts.x402 remote attestation completes the bilateral agreement."
22
28
}
23
29
}
24
30
},
25
31
"description": "The requester's acceptance of a bid's x402 payment terms. Minted before settling payment and passed (by AT-URI + CID) to the x402 GET endpoint named in the bids.x402 url; the bidder resolves it, verifies payment, and mints a com.publicdomainrelay.temp.market.receipts.x402 in response."
26
32
}
27
33
},
28
34
"$type": "com.atproto.lexicon.schema",
29
35
"lexicon": 1
30
36
}