art.cllctv.block.image

cllctv.art

{
  "id": "art.cllctv.block.image",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "image",
        "aspectRatio"
      ],
      "properties": {
        "alt": {
          "type": "string"
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 10000000
        },
        "caption": {
          "type": "string",
          "maxLength": 500,
          "maxGraphemes": 50
        },
        "imageHash": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "aspectRatio": {
          "ref": "#aspectRatio",
          "type": "ref"
        }
      }
    },
    "aspectRatio": {
      "type": "object",
      "required": [
        "width",
        "height"
      ],
      "properties": {
        "width": {
          "type": "integer"
        },
        "height": {
          "type": "integer"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.cllctv.block.image

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gqpqghnqiowg5424adjwmhmg
CID
bafyreiagdqu2dnwgtbiqa2zb5laqaezmlyrf2dwwonj54oxcyw2cubn4re
Indexed At
2026-06-17 13:04 UTC
AT-URI
at://did:plc:gqpqghnqiowg5424adjwmhmg/com.atproto.lexicon.schema/art.cllctv.block.image

Lexicon Garden

@