{
"id": "com.publicdomainrelay.temp.market.submitRfp",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"rfpUri",
"rfpCid"
],
"properties": {
"rfpCid": {
"type": "string",
"description": "CID of the RFP record."
},
"rfpUri": {
"type": "string",
"description": "AT-URI of the RFP record."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "NotApplicable"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"ok"
],
"properties": {
"ok": {
"type": "boolean"
},
"bidCid": {
"type": "string"
},
"bidUri": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:5svqtrhheairglgiiyvutzik
- CID
-
bafyreie63kvj4tcbtg2qnuro73cxw2wv7zlhzojomgbj4ybid4bs2vm45a
- Indexed At
- 2026-06-08 05:35 UTC
- AT-URI
-
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/com.publicdomainrelay.temp.market.submitRfp
Version History (3 versions)