# com.publicdomainrelay.temp.market.rfp

> 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.rfp)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.rfp/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.rfp/examples)

## Definitions

### `com.publicdomainrelay.temp.market.rfp`

**Type**: `record`

Top-level Request For Proposal (RFP). Envelope that strongRefs a domain-specific payload (e.g. compute.vm).

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `payload` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the domain-specific payload record (for example a com.publicdomainrelay.temp.compute.vm). |

## Raw Schema

```json
{
  "id": "com.publicdomainrelay.temp.market.rfp",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "payload"
        ],
        "properties": {
          "payload": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong reference to the domain-specific payload record (for example a com.publicdomainrelay.temp.compute.vm)."
          }
        }
      },
      "description": "Top-level Request For Proposal (RFP). Envelope that strongRefs a domain-specific payload (e.g. compute.vm)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
