social.lexical.works.work

lexicon.store View official

{
  "id": "social.lexical.works.work",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "nullable": [
          "id",
          "year"
        ],
        "required": [
          "title",
          "workType"
        ],
        "properties": {
          "id": {
            "type": "string",
            "nullable": true,
            "required": false,
            "maxLength": 64,
            "description": "",
            "maxGraphemes": 32
          },
          "year": {
            "type": "integer",
            "maximum": 2199,
            "minimum": 0,
            "nullable": true,
            "required": false,
            "description": ""
          },
          "title": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 1024,
            "description": "",
            "maxGraphemes": 512
          },
          "workType": {
            "type": "string",
            "nullable": false,
            "required": true,
            "maxLength": 128,
            "description": "",
            "knownValues": [
              "Movie"
            ],
            "maxGraphemes": 64
          }
        }
      },
      "description": ""
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.lexical.works.work

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiba4jxn2w6ho55ki73zwsqokbpferoiyxsmvbxrc5qjuhgtnk6i4q
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.lexical.works.work

Lexicon Garden

@