{
"id": "com.publicdomainrelay.temp.market.accept",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"rfp",
"bid"
],
"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)."
},
"payload": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the accept record if there is anything to note about the acceptance (for example a com.publicdomainrelay.temp.market.accept.x402)."
},
"submitEvent": {
"type": "string",
"description": "Endpoint to send AT-URI and CID of com.publicdomainrelay.temp.market.event records to. Optional but bypasses need for events to be seen in firehose since they are sent directly."
}
}
},
"description": "Acceptance of a bid on an RFP"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}