com.publicdomainrelay.temp.market.rfp
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.rfp",
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
"payload"
11
11
],
12
12
"properties": {
13
13
"payload": {
14
14
"ref": "com.atproto.repo.strongRef",
15
15
"type": "ref",
16
16
"description": "Strong reference to the domain-specific payload record (for example a com.publicdomainrelay.temp.compute.vm)."
17
17
},
18
18
"submitBid": {
19
19
"type": "string",
20
-
"description": "Endpoint to send AT-URI and CID of bid to. Optional but bypasses need for bids to be seen in firehose since they are sent directly"
20
+
"description": "Service DID reference (did:web:HOST#pdr_market) of the RFP issuer's market service. Optional; bypasses the need for bids to be seen in the firehose. The bidder calls com.publicdomainrelay.temp.market.submitBid via PDS service-proxying using this value as the atproto-proxy target."
21
21
}
22
22
}
23
23
},
24
24
"description": "Top-level Request For Proposal (RFP). Envelope that strongRefs a domain-specific payload (e.g. compute.vm)."
25
25
}
26
26
},
27
27
"$type": "com.atproto.lexicon.schema",
28
28
"lexicon": 1
29
29
}