Backfill in-progress. Some lexicons and records may be missing or incomplete.

net.anisota.feed.list

anisota.net

{
  "id": "net.anisota.feed.list",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "description": "Display name for the list"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 32
            },
            "maxLength": 10,
            "description": "Tags for categorizing the list"
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Optional avatar image for the list"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the list was created"
          },
          "description": {
            "type": "string",
            "maxLength": 300,
            "description": "Optional description of the list"
          }
        }
      },
      "description": "A list of posts for curation, bookmarking, or organization"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.feed.list

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreicasmrx5cktmwdrnht65yr2lhlisbf6jhcwxjjlkkyj4nz3hjgsxq
Indexed At
2026-01-04 07:21 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.feed.list

Lexicon Garden

@