app.standard-reader.sidebarPref

standard-reader.app

{
  "id": "app.standard-reader.sidebarPref",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "updatedAt"
        ],
        "properties": {
          "collapsed": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 1000,
            "description": "AT URIs of the list groups the reader has collapsed in the sidebar."
          },
          "hiddenNav": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 32,
            "description": "Stable ids of the primary sidebar nav items the reader has hidden (e.g. 'home', 'latest', 'discover', 'search', 'saved', 'collections'). Subscriptions and its list groups are never hideable."
          },
          "listOrder": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 1000,
            "description": "Ordered AT URIs of the reader's list groups (own + saved) as shown top-to-bottom in the sidebar. Groups not present are appended in their default order."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When these preferences were last changed."
          },
          "customizeNav": {
            "type": "boolean",
            "description": "Whether the reader has enabled 'Customize sidebar'. When true, the `hiddenNav` items are hidden; when false or absent, every primary nav item is shown regardless of `hiddenNav`."
          }
        }
      },
      "description": "A reader's personal sidebar preferences: the display order of their subscription list groups, which groups are collapsed, and which primary nav items are hidden. A singleton record (rkey `self`)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.sidebarPref

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreigksjecpbin2fbbqjuqfyrhqq7clv7exsa7tkl4ghrmluey3rtvqu
Indexed At
2026-07-25 03:10 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.sidebarPref

Version History (2 versions)

Lexicon Garden

@