com.publicdomainrelay.temp.market.bids.free

johnandersen777.bsky.social

Documentation

Bid payload offering compute at no cost

main record

Bid payload offering compute at no cost

Record Key tid Timestamp-based ID

Properties

reason string Required

Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "reason",
      "signatures"
    ],
    "properties": {
      "reason": {
        "type": "string",
        "description": "Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'."
      },
      "signatures": {
        "ref": "network.attested.signature#signatures",
        "type": "ref",
        "description": "badge.blue attestations over these terms. Must include the bidder's inline signature, attached at creation."
      }
    }
  },
  "description": "Bid payload offering compute at no cost"
}

Lexicon Garden

@