Receipt for acceptance of a bid on an RFP
Record Key
tid
Timestamp-based ID
Properties
accept
ref
com.atproto.repo.strongRef
Required
Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402).
bid
ref
com.atproto.repo.strongRef
Required
Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402).
payload
ref
com.atproto.repo.strongRef
Optional
Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.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",
"bid",
"accept"
],
"properties": {
"bid": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402)."
},
"rfp": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp)."
},
"accept": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402)."
},
"payload": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.x402)."
}
}
},
"description": "Receipt for acceptance of a bid on an RFP"
}