app.greengale.blog.entry

greengale.app

{
  "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
}

Validate Record

Validate a record against app.greengale.blog.entry

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:purpkfw7haimc4zu5a57slza
CID
bafyreianhrl73zz677ukhyopilcorpiuy4imovse4o5lufqn5miybmgzny
Indexed At
2026-01-18 12:18 UTC
AT-URI
at://did:plc:purpkfw7haimc4zu5a57slza/com.atproto.lexicon.schema/app.greengale.blog.entry

Referenced Schemas (3)

Lexicon Garden

@