work.lexical.work

lexical.work

{
  "id": "work.lexical.work",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "workType"
        ],
        "properties": {
          "year": {
            "type": "integer",
            "maximum": 2199,
            "minimum": 1800,
            "required": false,
            "description": "The year the work was released or published."
          },
          "title": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 2048,
            "description": "The title of the work.",
            "maxGraphemes": 512
          },
          "workType": {
            "type": "string",
            "required": true,
            "maxLength": 64,
            "description": "The type of creative work.",
            "knownValues": [
              "film",
              "book",
              "album",
              "series",
              "episode",
              "game"
            ],
            "maxGraphemes": 64
          }
        }
      },
      "description": "A record representing a creative work."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.work

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@