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