app.standard-reader.list

standard-reader.app

{
  "id": "app.standard-reader.list",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "publications",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "Display name of the list.",
            "maxGraphemes": 64
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the list was created."
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional description shown on the list's public page.",
            "maxGraphemes": 300
          },
          "publications": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 500,
            "description": "Ordered AT URIs of the site.standard.publication records in this list."
          }
        }
      },
      "description": "A named, ordered, shareable list of publications (like a Bluesky user list, but for site.standard.publication subscriptions). Lists are one level deep; a publication may appear in multiple lists."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.list

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreiejcidtprxussvkbq6id53wzzm3qc7altrik63cdux6chwhbdhwzm
Indexed At
2026-06-10 06:49 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.list

Lexicon Garden

@