com.publicdomainrelay.temp.market.receipt
Schema Diff
+4 -5
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.receipt",
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
11
"bid",
12
-
"accept",
13
-
"payload"
12
+
"accept"
14
13
],
15
14
"properties": {
16
15
"bid": {
17
16
"ref": "com.atproto.repo.strongRef",
18
17
"type": "ref",
19
-
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.bid.x402)."
18
+
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
20
19
},
21
20
"rfp": {
22
21
"ref": "com.atproto.repo.strongRef",
23
22
"type": "ref",
24
23
"description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
25
24
},
26
25
"accept": {
27
26
"ref": "com.atproto.repo.strongRef",
28
27
"type": "ref",
29
-
"description": "Strong reference to the accept record (for example a com.publicdomainrelay.temp.accept.x402)."
28
+
"description": "Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402)."
30
29
},
31
30
"payload": {
32
31
"ref": "com.atproto.repo.strongRef",
33
32
"type": "ref",
34
-
"description": "Strong reference to the receipt record (for example a com.publicdomainrelay.temp.receipt.x402)."
33
+
"description": "Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.x402)."
35
34
}
36
35
}
37
36
},
38
37
"description": "Receipt for acceptance of a bid on an RFP"
39
38
}
40
39
},
41
40
"$type": "com.atproto.lexicon.schema",
42
41
"lexicon": 1
43
42
}