dev.kanad.lexicon-test-2026-02-26.exampleCatLexicon

lexicon.store View official

{
  "id": "dev.kanad.lexicon-test-2026-02-26.exampleCatLexicon",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "cat name",
            "maxGraphemes": 64
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 2000000,
            "description": "picture of the cat"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "some example cat lexicon"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.kanad.lexicon-test-2026-02-26.exampleCatLexicon

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreidfhilnuxditewepoyvushvtm6oqkzidfyif6vrk5hmzhyp7hf7ga
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/dev.kanad.lexicon-test-2026-02-26.exampleCatLexicon

Lexicon Garden

@