{
"id": "com.publicdomainrelay.temp.market.receipts.free",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"accept"
],
"properties": {
"accept": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the com.publicdomainrelay.temp.market.accepts.free record that this grant settles."
}
}
},
"description": "Proof-of-grant receipt minted by the bidder in response to a GET against the bids.free url. No payment is involved; the receipt is the bidder's verifiable record that it agreed to provide the resource for free. Returned (by AT-URI + CID) to the requester, which uses it as the payload of the higher-level com.publicdomainrelay.temp.market.accept so the bidder can verify the grant before provisioning. The free counterpart of com.publicdomainrelay.temp.market.receipts.x402."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}