pics.pixl.image

pixl.pics

{
  "id": "pics.pixl.image",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "alt",
          "createdAt"
        ],
        "properties": {
          "alt": {
            "type": "string",
            "maxLength": 20000,
            "description": "Alt text for the image.",
            "maxGraphemes": 2000
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp",
              "image/gif",
              "image/avif"
            ],
            "maxSize": 50000000,
            "description": "The original image file."
          },
          "preview": {
            "type": "blob",
            "accept": [
              "image/webp"
            ],
            "maxSize": 2000000,
            "description": "A smaller WebP preview of the image."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "An image stored in an AT Protocol repository."
}

Validate Record

Validate a record against pics.pixl.image

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uws5uxauetrlhhuhibqd2r7n
CID
bafyreiedhufzgvktcnfctsd3eqk3cutythb6v6lkf6i2uvrw46yventkvi
Indexed At
2026-08-02 22:38 UTC
AT-URI
at://did:plc:uws5uxauetrlhhuhibqd2r7n/com.atproto.lexicon.schema/pics.pixl.image

Version History (6 versions)

Lexicon Garden

@