com.publicdomainrelay.temp.market.bid

johnandersen777.bsky.social

Documentation

A bid on an RFP

main record

A bid on an RFP

Record Key tid Timestamp-based ID

Properties

config ref com.atproto.repo.strongRef Optional

Strong reference to any config information that needs to be processed by rfp actor prior to bid accept (for example a com.publicdomainrelay.temp.compute.config.wif.simple).

payload ref com.atproto.repo.strongRef Required

Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bids.x402).

rfp ref com.atproto.repo.strongRef Required

Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "rfp",
      "payload"
    ],
    "properties": {
      "rfp": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
      },
      "config": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference to any config information that needs to be processed by rfp actor prior to bid accept (for example a com.publicdomainrelay.temp.compute.config.wif.simple)."
      },
      "payload": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bids.x402)."
      }
    }
  },
  "description": "A bid on an RFP"
}

Lexicon Garden

@