com.publicdomainrelay.temp.market.submitRfp
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.publicdomainrelay.temp.market.submitRfp",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"rfpUri",
11
11
"rfpCid"
12
12
],
13
13
"properties": {
14
14
"rfpCid": {
15
15
"type": "string",
16
16
"description": "CID of the RFP record."
17
17
},
18
18
"rfpUri": {
19
19
"type": "string",
20
20
"description": "AT-URI of the RFP record."
21
21
}
22
22
}
23
23
},
24
24
"encoding": "application/json"
25
25
},
26
26
"errors": [
27
27
{
28
28
"name": "InvalidRequest"
29
29
},
30
30
{
31
31
"name": "NotApplicable"
32
32
}
33
33
],
34
34
"output": {
35
35
"schema": {
36
36
"type": "object",
37
37
"required": [
38
38
"ok"
39
39
],
40
40
"properties": {
41
41
"ok": {
42
42
"type": "boolean"
43
43
},
44
44
"bidCid": {
45
45
"type": "string"
46
46
},
47
47
"bidUri": {
48
48
"type": "string"
49
49
}
50
50
}
51
51
},
52
52
"encoding": "application/json"
53
53
},
54
-
"description": "Submit an RFP directly to a bidder whose offering record matches the RFP payload NSID. The bidder creates a bid and optionally calls sendBid back to the RFP issuer."
54
+
"description": "Submit an RFP directly to a bidder whose offering record matches the RFP payload NSID. The bidder creates a bid and optionally calls submitBid back to the RFP issuer. Must be called via PDS service-proxying (atproto-proxy); the receiver verifies the inter-service auth JWT and requires its issuer to be the DID that authored the referenced RFP record. The receiver additionally verifies the RFP's badge.blue attestations (network.attested.signature): at least one inline signature must verify against the attestation CID recomputed for the record in its authoring repository — the same durable, replayable check applied to RFPs discovered via the firehose, where no service-auth JWT exists."
55
55
}
56
56
},
57
57
"$type": "com.atproto.lexicon.schema",
58
58
"lexicon": 1
59
59
}