app.offprint.block.image

offprint.app

{
  "id": "app.offprint.block.image",
  "defs": {
    "main": {
      "type": "object",
      "properties": {
        "alt": {
          "type": "string",
          "description": "Alt text for accessibility",
          "maxGraphemes": 300
        },
        "blob": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 10000000,
          "description": "The image blob"
        },
        "width": {
          "type": "string",
          "description": "CSS width value (e.g., \"50%\", \"300px\")"
        },
        "caption": {
          "type": "string",
          "description": "Image caption"
        },
        "alignment": {
          "enum": [
            "left",
            "center",
            "right"
          ],
          "type": "string",
          "description": "Horizontal alignment"
        },
        "aspectRatio": {
          "ref": "#aspectRatio",
          "type": "ref"
        },
        "captionFacets": {
          "type": "array",
          "items": {
            "ref": "app.offprint.richtext.facet",
            "type": "ref"
          },
          "description": "Facets for caption formatting"
        }
      }
    },
    "aspectRatio": {
      "type": "object",
      "required": [
        "width",
        "height"
      ],
      "properties": {
        "width": {
          "type": "integer",
          "minimum": 1,
          "required": true
        },
        "height": {
          "type": "integer",
          "minimum": 1,
          "required": true
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.image

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@