me.byjp.atproto.deeplink.preference

byjp.me

Documentation

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.

main 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.

Record Key nsid

Properties

View raw schema
{
  "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."
}

Lexicon Garden

@