blog.pckt.gallery

pckt.blog

{
  "id": "blog.pckt.gallery",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "images"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 200,
            "description": "Optional title for the gallery"
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "blog.pckt.block.image#imageAttrs",
              "type": "ref"
            },
            "maxLength": 50,
            "minLength": 1,
            "description": "Array of image blocks in display order"
          },
          "layout": {
            "type": "string",
            "maxLength": 50,
            "description": "Layout style for rendering the gallery (e.g. grid, carousel, masonry, list)"
          },
          "caption": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional caption for the entire gallery",
            "maxGraphemes": 300
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A standalone image gallery that can be embedded in posts or other content."
}

Validate Record

Validate a record against blog.pckt.gallery

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreic54wva7gm7ua3nbt6czqpkxh5u2fkauuavtmfjmmec2fzwmbzdui
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.gallery

Referenced Schemas (1)

Lexicon Garden

@