com.publicdomainrelay.temp.market.submitRfp

johnandersen777.bsky.social

{
  "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 sendBid back to the RFP issuer."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.publicdomainrelay.temp.market.submitRfp

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5svqtrhheairglgiiyvutzik
CID
bafyreifav3xstnn26sflz3s3nsnr6y3et3llvhvovagnzrt2homwn6ubvm
Indexed At
2026-06-08 04:04 UTC
AT-URI
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/com.publicdomainrelay.temp.market.submitRfp

Version History (3 versions)

Lexicon Garden

@