com.publicdomainrelay.temp.market.submitBid

johnandersen777.bsky.social

{
  "id": "com.publicdomainrelay.temp.market.submitBid",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "record"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "description": "CID of the bid record."
            },
            "uri": {
              "type": "string",
              "description": "AT-URI of the bid record."
            },
            "record": {
              "ref": "com.publicdomainrelay.temp.market.bid",
              "type": "ref",
              "description": "The bid record itself, including a strong reference to the RFP it is for."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Submit the AT-URI and CID of a bid record directly to the RFP issuer, bypassing the firehose. Used when the RFP includes a sendBid endpoint."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Version History (4 versions)

Referenced Schemas (1)

Lexicon Garden

@