app.offprint.block.imageGrid

offprint.app

{
  "id": "app.offprint.block.imageGrid",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "images"
      ],
      "properties": {
        "images": {
          "type": "array",
          "items": {
            "ref": "#gridImage",
            "type": "ref"
          },
          "required": true,
          "maxLength": 6,
          "minLength": 2,
          "description": "Array of images in the grid (2-6)"
        },
        "caption": {
          "type": "string",
          "description": "Grid caption"
        },
        "gridRows": {
          "type": "integer",
          "maximum": 2,
          "minimum": 1,
          "description": "Number of rows in the grid"
        },
        "aspectRatio": {
          "enum": [
            "landscape",
            "portrait",
            "square",
            "mosaic"
          ],
          "type": "string",
          "description": "Aspect ratio mode"
        }
      }
    },
    "gridImage": {
      "type": "object",
      "properties": {
        "alt": {
          "type": "string",
          "maxGraphemes": 300
        },
        "blob": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 10000000
        },
        "aspectRatio": {
          "ref": "app.offprint.block.image#aspectRatio",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.imageGrid

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

Metadata

DID
did:plc:pgjkomf37an4czloay5zeth6
CID
bafyreig7llzv6l4lnafq4lthul47xmk3vf3tmd6v5luhcnzgzpf4xyiaem
Indexed At
2026-01-16 04:01 UTC
AT-URI
at://did:plc:pgjkomf37an4czloay5zeth6/com.atproto.lexicon.schema/app.offprint.block.imageGrid

Referenced Schemas (1)

Lexicon Garden

@