app.offprint.block.imageDiff

offprint.app

{
  "id": "app.offprint.block.imageDiff",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "images"
      ],
      "properties": {
        "width": {
          "type": "string",
          "description": "CSS width value"
        },
        "images": {
          "type": "array",
          "items": {
            "ref": "app.offprint.block.imageGrid#gridImage",
            "type": "ref"
          },
          "required": true,
          "maxLength": 2,
          "minLength": 2,
          "description": "Exactly 2 images for comparison [before, after]"
        },
        "labels": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxLength": 2,
          "minLength": 2,
          "description": "Labels for the images [before label, after label]"
        },
        "caption": {
          "type": "string",
          "description": "Comparison caption"
        },
        "alignment": {
          "enum": [
            "left",
            "center",
            "right"
          ],
          "type": "string",
          "description": "Horizontal alignment"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.imageDiff

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@