{
"id": "is.logue.block.image",
"defs": {
"main": {
"type": "object",
"required": [
"image",
"aspectRatio"
],
"properties": {
"alt": {
"type": "string",
"description": "Alt text description of the image, for accessibility."
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 2000000
},
"aspectRatio": {
"ref": "#aspectRatio",
"type": "ref"
}
}
},
"aspectRatio": {
"type": "object",
"required": [
"width",
"height"
],
"properties": {
"width": {
"type": "integer",
"minimum": 1
},
"height": {
"type": "integer",
"minimum": 1
}
},
"description": "width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:6xpq2upvl7j6p3ct6rgbb4pd
- CID
-
bafyreicurvgknxwoe53254r7kmieox7vhf74p5yowdnyztrgdqhf6wyaiy
- Indexed At
- 2026-05-03 23:35 UTC
- AT-URI
-
at://did:plc:6xpq2upvl7j6p3ct6rgbb4pd/com.atproto.lexicon.schema/is.logue.block.image