com.publicdomainrelay.temp.market.offering

johnandersen777.bsky.social

Documentation

Declares that a bidder is willing to submit bids for RFPs whose payload NSID is in appliesTo. The bidder's market service DID reference (for submitRfp via PDS proxying) is given by endpointUrl.

main record

Declares that a bidder is willing to submit bids for RFPs whose payload NSID is in appliesTo. The bidder's market service DID reference (for submitRfp via PDS proxying) is given by endpointUrl.

Record Key tid Timestamp-based ID

Properties

appliesTo array of string nsid Required

List of payload NSIDs this bidder handles (e.g. com.publicdomainrelay.temp.compute.vm).

minLength: 1 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

endpointUrl string Required

Service DID reference (did:web:HOST#temp_market) of the bidder's market service. RFP issuers call com.publicdomainrelay.temp.market.submitRfp via PDS service-proxying using this value as the atproto-proxy target.

refreshedAt string datetime Optional

Last time the bidder re-committed this offering to stay discoverable. Bumped on each periodic refresh; absent on never-refreshed records.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "endpointUrl",
      "appliesTo",
      "createdAt"
    ],
    "properties": {
      "appliesTo": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "nsid"
        },
        "minLength": 1,
        "description": "List of payload NSIDs this bidder handles (e.g. com.publicdomainrelay.temp.compute.vm)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "endpointUrl": {
        "type": "string",
        "description": "Service DID reference (did:web:HOST#temp_market) of the bidder's market service. RFP issuers call com.publicdomainrelay.temp.market.submitRfp via PDS service-proxying using this value as the atproto-proxy target."
      },
      "refreshedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Last time the bidder re-committed this offering to stay discoverable. Bumped on each periodic refresh; absent on never-refreshed records."
      }
    }
  },
  "description": "Declares that a bidder is willing to submit bids for RFPs whose payload NSID is in appliesTo. The bidder's market service DID reference (for submitRfp via PDS proxying) is given by endpointUrl."
}

Lexicon Garden

@