com.publicdomainrelay.temp.market.bids.free
Schema Diff
+2 -6
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 0 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "com.publicdomainrelay.temp.market.bids.free:body.url" }
- RemovedEdge RemovedEdge { src: "com.publicdomainrelay.temp.market.bids.free:body", tgt: "com.publicdomainrelay.temp.market.bids.free:body.url", kind: "prop", name: Some("url") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "com.publicdomainrelay.temp.market.bids.free:body.url" }
Additional Notes
- Breaking: RemovedEdge { src: "com.publicdomainrelay.temp.market.bids.free:body", tgt: "com.publicdomainrelay.temp.market.bids.free:body.url", kind: "prop", name: Some("url") }
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.bids.free",
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
-
"url"
10
+
"reason"
11
11
],
12
12
"properties": {
13
-
"url": {
14
-
"type": "string",
15
-
"description": "Grant endpoint URL. The requester GETs `{url}/{accepts.free AT-URI}/{accepts.free CID}` (no payment required) and the bidder returns a com.publicdomainrelay.temp.market.receipts.free proof-of-grant record."
16
-
},
17
13
"reason": {
18
14
"type": "string",
19
15
"description": "Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'."
20
16
}
21
17
}
22
18
},
23
-
"description": "Bid payload offering compute at no cost. The free counterpart of com.publicdomainrelay.temp.market.bids.x402: there is no payment, but settlement still flows through a receipt so the bidder retains a verifiable record that it granted the resource. To settle, the requester mints a com.publicdomainrelay.temp.market.accepts.free record, then issues a (non-payment-gated) GET to `{url}/{accepts.free AT-URI}/{accepts.free CID}`; the bidder mints and returns a com.publicdomainrelay.temp.market.receipts.free proof-of-grant record. That receipt is then used as the payload of the higher-level com.publicdomainrelay.temp.market.accept."
19
+
"description": "Bid payload offering compute at no cost"
24
20
}
25
21
},
26
22
"$type": "com.atproto.lexicon.schema",
27
23
"lexicon": 1
28
24
}