space.remanso.note

apoena.dev

{
  "id": "space.remanso.note",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content"
        ],
        "properties": {
          "theme": {
            "type": "string",
            "description": "Display theme for the note.",
            "knownValues": [
              "light",
              "dark"
            ]
          },
          "title": {
            "type": "string",
            "maxLength": 1000
          },
          "images": {
            "type": "array",
            "items": {
              "ref": "#image",
              "type": "ref"
            },
            "maxLength": 20,
            "description": "Blob references for images embedded in the markdown content."
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "description": "Markdown content. Local image paths are replaced with blob CIDs at publish time."
          },
          "fontSize": {
            "type": "integer",
            "description": "Font size in points. Recommended range: 9–21, but clients may allow larger sizes for accessibility."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "fontFamily": {
            "type": "string",
            "maxLength": 200,
            "description": "Font family name available from Coollabs."
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions."
    },
    "image": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 2000,
          "description": "Alt text for the image."
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 2000000
        }
      },
      "descriptions": "Images from the markdown content, separately uploaded and link in markdown content with blob CID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.remanso.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4m3kouplb7s7xozjd3whinvl
CID
bafyreih5nydgrs5sssg7wuihuxjuybya6hufzhasqlhodnyummgz7qeaay
Indexed At
2026-02-14 11:20 UTC
AT-URI
at://did:plc:4m3kouplb7s7xozjd3whinvl/com.atproto.lexicon.schema/space.remanso.note

Lexicon Garden

@