social.lexical.works.identifiers

lexicon.store View official

{
  "id": "social.lexical.works.identifiers",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "work",
          "identifiers"
        ],
        "properties": {
          "work": {
            "type": "string",
            "format": "at-uri",
            "nullable": false,
            "required": true,
            "description": ""
          },
          "identifiers": {
            "type": "array",
            "items": {
              "refs": [
                "#identifier"
              ],
              "type": "union",
              "closed": false,
              "nullable": false,
              "required": true,
              "description": ""
            },
            "nullable": false,
            "required": true,
            "minLength": 1
          }
        }
      }
    },
    "identifier": {
      "type": "object",
      "nullable": [
        "url"
      ],
      "required": [
        "provider",
        "providerId"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "nullable": true,
          "required": false,
          "description": ""
        },
        "provider": {
          "type": "string",
          "nullable": false,
          "required": true,
          "description": "",
          "knownValues": [
            "tmdb",
            "imdb",
            "wikidata"
          ]
        },
        "providerId": {
          "type": "string",
          "nullable": false,
          "required": true,
          "description": ""
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.lexical.works.identifiers

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@