# com.publicdomainrelay.temp.market.receipt

> Published by [johnandersen777.bsky.social](https://lexicon.garden/identity/did:plc:5svqtrhheairglgiiyvutzik)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.receipt)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.receipt/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.receipt/examples)

## Definitions

### `com.publicdomainrelay.temp.market.receipt`

**Type**: `record`

Receipt for acceptance of a bid on an RFP

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `bid` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the bid record (for example a com.publicdomainrelay.temp.market.bid.x402). |
| `rfp` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the rfp record (for example a com.publicdomainrelay.temp.market.rfp). |
| `accept` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the accept record (for example a com.publicdomainrelay.temp.market.accept.x402). |
| `payload` | `ref` → `com.atproto.repo.strongRef` | No | Strong reference to the receipt record if there is anything to note about the receipt (for example a com.publicdomainrelay.temp.market.receipt.x402). |

## Raw Schema

```json
{
  "id": "com.publicdomainrelay.temp.market.receipt",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
