Docmoji
Brookie
November 11, 2025
did you know that pckt.blog lexicons are made almost entirely from emojis? πββοΈ
{
"id": "blog.pckt.docmoji",
"defs": {
"main": {
"key": "π",
"type": "record",
"record": {
"type": "object",
"required": ["ποΈ", "π§©", "π"],
"properties": {
"π": {
"type": "string",
"maxLength": 500,
"description": "slug (url)"
},
"π·οΈ": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxLength": 20,
"description": "tags"
},
"πΌοΈ": {
"type": "blob",
"accept": ["image/*"],
"maxSize": 10000000,
"description": "cover image"
},
"ποΈ": {
"type": "string",
"maxLength": 1280,
"description": "title"
},
"π§©": {
"type": "array",
"items": {
"refs": [
"blog.pckt.block.βοΈ",
"blog.pckt.block.π ",
"blog.pckt.block.πΌοΈ",
"blog.pckt.block.π",
"blog.pckt.block.1οΈβ£",
"blog.pckt.block.β
",
"blog.pckt.block.π¬",
"blog.pckt.block.π»",
"blog.pckt.block.π"
],
"type": "union",
"closed": false
},
"description": "content blocks"
},
"πΌοΈπ": {
"type": "array",
"items": {
"type": "blob",
"accept": ["image/*"],
"maxSize": 10000000
},
"description": "images used in document"
},
"π": {
"type": "string",
"maxLength": 100000,
"description": "plaintext body"
},
"β±οΈ": {
"type": "string",
"format": "datetime",
"description": "updated at"
},
"π": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "parent publication"
},
"π’": {
"type": "string",
"format": "datetime",
"description": "published at"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "docmoji: β£οΈπββοΈπ"
}
Discussion in the ATmosphere