{
"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
}
Metadata
- DID
-
did:plc:ukz4rcyftjqvxnhmyobwtpgj
- CID
-
bafyreig7llzv6l4lnafq4lthul47xmk3vf3tmd6v5luhcnzgzpf4xyiaem
- Indexed At
- 2026-01-26 04:21 UTC
- AT-URI
-
at://did:plc:ukz4rcyftjqvxnhmyobwtpgj/com.atproto.lexicon.schema/app.offprint.block.imageGrid