net.atchan.embed.image

atchan.net

{
  "id": "net.atchan.embed.image",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "filename",
        "image",
        "alt"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 20000,
          "description": "Alt text description of the image for accessibility. May be empty.",
          "maxGraphemes": 2000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 26214400,
          "description": "The image represented as bytes"
        },
        "filename": {
          "type": "string",
          "maxLength": 2600,
          "description": "Name of the file as uploaded",
          "maxGraphemes": 260
        },
        "aspectRatio": {
          "ref": "net.atchan.embed.defs#aspectRatio",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atchan.embed.image

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

Metadata

DID
did:plc:vshgahazzq7qwvp2xc6ai27o
CID
bafyreicxom3ysrlx2gikykoxagkdfkx5trkz3foqot3p2rm4tezizzlxxe
Indexed At
2026-08-15 16:31 UTC
AT-URI
at://did:plc:vshgahazzq7qwvp2xc6ai27o/com.atproto.lexicon.schema/net.atchan.embed.image

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@