space.litenote.note

apoena.dev

{
  "id": "space.litenote.note",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 1000
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "description": "Markdown content of the blog post"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.litenote.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4m3kouplb7s7xozjd3whinvl
CID
bafyreiddenjkv3z7utpowmrrjmmjqhtndbq3jonrf4443d3ucigxtt6uvm
Indexed At
2026-02-07 20:22 UTC
AT-URI
at://did:plc:4m3kouplb7s7xozjd3whinvl/com.atproto.lexicon.schema/space.litenote.note

Lexicon Garden

@