work.lexical.work.identifier

lexical.work

{
  "id": "work.lexical.work.identifier",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "work",
          "provider",
          "providerValue"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "The provider's canonical URL for this identifier."
          },
          "work": {
            "type": "string",
            "format": "at-uri",
            "required": true,
            "maxLength": 2048,
            "description": "AT URI of the work being identified."
          },
          "provider": {
            "type": "string",
            "required": true,
            "maxLength": 128,
            "description": "The identifier provider (e.g. 'imdb', 'wikidata', 'tmdb').",
            "knownValues": [
              "imdb",
              "wikidata",
              "tmdb",
              "letterboxd"
            ],
            "maxGraphemes": 128
          },
          "providerValue": {
            "type": "string",
            "required": true,
            "maxLength": 256,
            "description": "The identifier value assigned by the provider.",
            "maxGraphemes": 256
          }
        }
      },
      "description": "A record asserting a mapping between a work and an external identifier."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against work.lexical.work.identifier

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@