# me.byjp.atproto.deeplink.preference

> Published by [byjp.me](https://lexicon.garden/identity/did:plc:ephkzpinhaqcabtkugtbzrwu)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.atproto.deeplink.preference)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.atproto.deeplink.preference/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ephkzpinhaqcabtkugtbzrwu/me.byjp.atproto.deeplink.preference/examples)

## Definitions

### `me.byjp.atproto.deeplink.preference`

**Type**: `record`

An account's stated preference for how it likes to view at:// URIs whose collection matches this record's key (an NSID). Points at me.byjp.atproto.deeplink.transform records, allowing the account to express a preference without owning the deeplink declarations themselves.

**Key**: `nsid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `deeplinks` | `array` | Yes | References to me.byjp.atproto.deeplink.transform records for this NSID, most preferred first. |

## Raw Schema

```json
{
  "id": "me.byjp.atproto.deeplink.preference",
  "defs": {
    "main": {
      "key": "nsid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "deeplinks"
        ],
        "properties": {
          "deeplinks": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "minLength": 1,
            "description": "References to me.byjp.atproto.deeplink.transform records for this NSID, most preferred first."
          }
        }
      },
      "description": "An account's stated preference for how it likes to view at:// URIs whose collection matches this record's key (an NSID). Points at me.byjp.atproto.deeplink.transform records, allowing the account to express a preference without owning the deeplink declarations themselves."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
