# com.publicdomainrelay.temp.market.relays

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

## Definitions

### `com.publicdomainrelay.temp.market.relays`

**Type**: `record`

List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `relays` | `array` | Yes | AT Protocol relay HTTP(S) URLs to use for market participant discovery. |
| `createdAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "com.publicdomainrelay.temp.market.relays",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "relays",
          "createdAt"
        ],
        "properties": {
          "relays": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "minLength": 1,
            "description": "AT Protocol relay HTTP(S) URLs to use for market participant discovery."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
