com.scanash.content.image

scanash.com

{
  "id": "com.scanash.content.image",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 10000,
          "description": "Alt text describing the image for accessibility.",
          "maxGraphemes": 1000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 5000000
        },
        "aspectRatio": {
          "ref": "#aspectRatio",
          "type": "ref",
          "description": "Intrinsic pixel dimensions, so the renderer can reserve space and avoid layout shift."
        }
      },
      "description": "An image uploaded for a site.standard.document body. Held on the record (nested in the markdown content's `images` list) so the PDS retains the blob."
    },
    "aspectRatio": {
      "type": "object",
      "required": [
        "width",
        "height"
      ],
      "properties": {
        "width": {
          "type": "integer",
          "minimum": 1
        },
        "height": {
          "type": "integer",
          "minimum": 1
        }
      },
      "description": "Intrinsic dimensions of the image in pixels."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.scanash.content.image

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:3i6uzuatdyk7rwfkrybynf5j
CID
bafyreihnwl27sm4fj7zx3ihztx4sbjxrrwliujrjg64p4qilrkqofvgun4
Indexed At
2026-05-30 16:53 UTC
AT-URI
at://did:plc:3i6uzuatdyk7rwfkrybynf5j/com.atproto.lexicon.schema/com.scanash.content.image

Version History (3 versions)

Lexicon Garden

@