com.publicdomainrelay.temp.market.bids.free
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.bids.free:body.signatures" }
- AddedEdge AddedEdge { src: "com.publicdomainrelay.temp.market.bids.free:body", tgt: "com.publicdomainrelay.temp.market.bids.free:body.signatures", kind: "prop", name: Some("signatures") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "com.publicdomainrelay.temp.market.bids.free:body.signatures" }
Additional Notes
- Non-breaking: AddedEdge { src: "com.publicdomainrelay.temp.market.bids.free:body", tgt: "com.publicdomainrelay.temp.market.bids.free:body.signatures", kind: "prop", name: Some("signatures") }
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
-
"reason"
10
+
"reason",
11
+
"signatures"
11
12
],
12
13
"properties": {
13
14
"reason": {
14
15
"type": "string",
15
16
"description": "Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'."
17
+
},
18
+
"signatures": {
19
+
"ref": "network.attested.signature#signatures",
20
+
"type": "ref",
21
+
"description": "badge.blue attestations over these terms. Must include the bidder's inline signature, attached at creation."
16
22
}
17
23
}
18
24
},
19
25
"description": "Bid payload offering compute at no cost"
20
26
}
21
27
},
22
28
"$type": "com.atproto.lexicon.schema",
23
29
"lexicon": 1
24
30
}