work.lexical.collection

lexical.work

{
  "id": "work.lexical.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "required": true,
            "maxLength": 256,
            "description": "The name of the collection.",
            "maxGraphemes": 1024
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "nullable": false,
              "maxLength": 64,
              "maxGraphemes": 256
            },
            "maxLength": 16,
            "description": "Optional tags for the collection."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "social.lexical.richtext.facet",
              "type": "ref",
              "nullable": false
            },
            "nullable": false,
            "required": false,
            "description": "Facets for rich text in the description. Clients must accept but may ignore any or all facets."
          },
          "ranked": {
            "type": "boolean",
            "description": "If true, item position values within the collection are meaningful."
          },
          "listType": {
            "type": "string",
            "maxLength": 64,
            "description": "Optional category for the collection. Known values are non-exhaustive; clients must accept but may ignore unknown types.",
            "knownValues": [
              "watchlist",
              "watched",
              "favorites",
              "list"
            ],
            "maxGraphemes": 256
          },
          "description": {
            "type": "string",
            "maxLength": 2048,
            "description": "An optional description of the collection.",
            "maxGraphemes": 8192
          }
        }
      },
      "description": "A named, optionally ranked collection of works."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.collection

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6acm263n23glqje6xrd2mgbt
CID
bafyreiapho4o26ymdfe4kpht4qjlgfmxhg445avmjclbppczurif5xwgyi
Indexed At
2026-05-01 08:18 UTC
AT-URI
at://did:plc:6acm263n23glqje6xrd2mgbt/com.atproto.lexicon.schema/work.lexical.collection

Referenced Schemas (1)

Lexicon Garden

@