{
"id": "app.greengale.blog.entry",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"content"
],
"properties": {
"ogp": {
"ref": "app.greengale.blog.defs#ogp",
"type": "ref"
},
"blobs": {
"type": "array",
"items": {
"ref": "app.greengale.blog.defs#blobMetadata",
"type": "ref"
}
},
"latex": {
"type": "boolean",
"default": false,
"description": "Legacy field for LaTeX math rendering. LaTeX is now always enabled for GreenGale posts; this field is kept for backward compatibility."
},
"theme": {
"ref": "app.greengale.blog.defs#theme",
"type": "ref"
},
"title": {
"type": "string",
"maxLength": 1000
},
"content": {
"type": "string",
"maxLength": 100000,
"description": "Markdown content of the blog post"
},
"subtitle": {
"type": "string",
"maxLength": 1000
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"visibility": {
"enum": [
"public",
"url",
"author"
],
"type": "string",
"default": "public",
"maxLength": 16,
"description": "Controls who can view this entry"
}
}
},
"description": "A markdown blog post with extended theme and LaTeX support."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:purpkfw7haimc4zu5a57slza
- CID
-
bafyreianhrl73zz677ukhyopilcorpiuy4imovse4o5lufqn5miybmgzny
- Indexed At
- 2026-02-13 13:25 UTC
- AT-URI
-
at://did:plc:purpkfw7haimc4zu5a57slza/com.atproto.lexicon.schema/app.greengale.blog.entry