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'.
signatures
ref
network.attested.signature#signatures
Required
badge.blue attestations over these terms. Must include the bidder's inline signature, attached at creation.
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"
}