cat.vt3e.gallery.image

vt3e.cat

{
  "id": "cat.vt3e.gallery.image",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 2000
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 32000000
          },
          "title": {
            "type": "string",
            "maxLength": 512
          },
          "width": {
            "type": "integer"
          },
          "height": {
            "type": "integer"
          },
          "caption": {
            "type": "string",
            "maxLength": 2000
          },
          "blurhash": {
            "type": "string",
            "description": "provides a blurred preview of the image for use while loading, see github.com/woltapp/blurhash"
          },
          "checksum": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "aspectRatio": {
            "type": "integer"
          },
          "sizeInBytes": {
            "type": "integer"
          },
          "dominantColour": {
            "type": "string"
          }
        }
      },
      "description": "defines an image in the gallery"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cat.vt3e.gallery.image

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2hcnfmbfr4ucfbjpnvjqvt3e
CID
bafyreihwxhpxvajd6it4foxuyoenx56hi4hpw7dziv6nmausgssik5dkay
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/com.atproto.lexicon.schema/cat.vt3e.gallery.image

Lexicon Garden

@