{
"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",
"image/heic"
],
"maxSize": 50000000,
"description": "The original image file."
},
"preview": {
"type": "blob",
"accept": [
"image/png"
],
"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."
}
Metadata
- DID
-
did:plc:uws5uxauetrlhhuhibqd2r7n
- CID
-
bafyreib5eehncuce67b5bbyh52wty6d4ousxunmqa6qfnbj43nsqtaw3sa
- Indexed At
- 2026-08-02 22:51 UTC
- AT-URI
-
at://did:plc:uws5uxauetrlhhuhibqd2r7n/com.atproto.lexicon.schema/pics.pixl.image
Version History (6 versions)