{
"id": "at.colocate.post",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
},
"images": {
"type": "array",
"items": {
"ref": "#image",
"type": "ref"
},
"maxLength": 4
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
},
"image": {
"type": "object",
"required": [
"image",
"alt"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 20000,
"maxGraphemes": 2000
},
"image": {
"type": "blob",
"accept": [
"image/jpeg",
"image/png",
"image/webp"
],
"maxSize": 5000000
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:5q2ni46yjdcgf3baqd5e4prs
- CID
-
bafyreid56kzqxh3l37eqrwbodxlgu67r2ehxl5nuorpfdkkag6oiqwtb44
- Indexed At
- 2026-08-21 21:28 UTC
- AT-URI
-
at://did:plc:5q2ni46yjdcgf3baqd5e4prs/com.atproto.lexicon.schema/at.colocate.post