app.thesocialwire.publicationPrefs

samclemente.me

{
  "id": "app.thesocialwire.publicationPrefs",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publicationId",
          "createdAt"
        ],
        "properties": {
          "hidden": {
            "type": "boolean",
            "default": false,
            "description": "If true, this publication is excluded from the sidebar entirely. Useful for discovered publications the user doesn't want to read."
          },
          "folderId": {
            "type": "string",
            "maxLength": 512,
            "description": "The rkey (TID) of the app.thesocialwire.folder record this publication is assigned to. Omit or set to null to leave the publication in 'All Publications'."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 64,
            "description": "ISO 8601 timestamp when this prefs record was created."
          },
          "sortOrder": {
            "type": "integer",
            "default": 0,
            "description": "Position of this publication within its folder (or in 'All Publications' if unfoldered). Lower values appear first."
          },
          "publicationId": {
            "type": "string",
            "maxLength": 8192,
            "description": "The at-uri or canonical URL identifying the publication. Used to correlate this prefs record with a discovered publication."
          }
        }
      },
      "description": "User-defined display preferences for a discovered standard.site publication. The publication list itself is derived from the user's ATProto follow graph (app.bsky.graph.follow records) — this record stores only the organizational preferences that are not expressed in the protocol: folder assignment, display order, and visibility."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.thesocialwire.publicationPrefs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreih7c4uv2ddaj4eweqngoq3svtl4iluhnsrfwovjjh6kdkg77xkzfi
Indexed At
2026-08-15 17:31 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/app.thesocialwire.publicationPrefs

Lexicon Garden

@