work.lexical.work.film

lexical.work

{
  "id": "work.lexical.work.film",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "workType"
        ],
        "properties": {
          "year": {
            "type": "integer",
            "maximum": 2199,
            "minimum": 1800,
            "description": "The year the film was released."
          },
          "title": {
            "type": "string",
            "required": true,
            "maxLength": 2048,
            "description": "The title of the film.",
            "maxGraphemes": 512
          },
          "workType": {
            "type": "string",
            "const": "film",
            "required": true,
            "maxLength": 64,
            "description": "Identifies this record as a film.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A record representing a film."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.work.film

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@