Docmoji
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: ❣️🙇♀️📃"
}