com.publicdomainrelay.temp.market.bids.x402
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.bids.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
10
"cost",
11
11
"currency",
12
12
"frequency",
13
13
"prepay",
14
14
"url"
15
15
],
16
16
"properties": {
17
17
"url": {
18
18
"type": "string",
19
-
"description": "x402 payment URL template (may contain {at} and {cid} placeholders for the com.publicdomainrelay.temp.market.accept AT URI/CID)."
19
+
"description": "Service DID reference (did:web:HOST#pdr_market) of the bidder's market service. The requester calls com.publicdomainrelay.temp.market.submitAccept via PDS service-proxying using this value as the atproto-proxy target, to settle the contract and obtain a receipt."
20
20
},
21
21
"cost": {
22
22
"type": "unknown",
23
23
"description": "Numeric price (integer or float) per the chosen frequency."
24
24
},
25
25
"prepay": {
26
26
"type": "boolean",
27
27
"description": "Whether payment is required before compute starts."
28
28
},
29
29
"currency": {
30
30
"type": "string",
31
31
"description": "Currency code, e.g. 'USDC'."
32
32
},
33
33
"frequency": {
34
34
"type": "string",
35
35
"description": "Billing frequency, e.g. 'monthly', 'hourly', 'one-time'."
36
36
}
37
37
}
38
38
},
39
39
"description": "Includes pricing/payment terms and x402 endpoint for issuing a receipt against an accept."
40
40
}
41
41
},
42
42
"$type": "com.atproto.lexicon.schema",
43
43
"lexicon": 1
44
44
}