com.scanash.content.markdown

scanash.com

{
  "id": "com.scanash.content.markdown",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "markdown"
      ],
      "properties": {
        "images": {
          "type": "array",
          "items": {
            "ref": "com.scanash.content.image",
            "type": "ref"
          },
          "description": "Inline image blobs referenced by the markdown body, kept here so the PDS retains the blobs."
        },
        "markdown": {
          "type": "string",
          "maxLength": 1000000,
          "description": "CommonMark / GitHub-flavored Markdown source for the document body.",
          "maxGraphemes": 100000
        }
      },
      "description": "Markdown source body for a site.standard.document. Used as the value of the document's open `content` union (a single union value, not an array)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.scanash.content.markdown

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

Metadata

DID
did:plc:3i6uzuatdyk7rwfkrybynf5j
CID
bafyreicln5icbqvtj7752puxqvom2x7fols3irlincb2p5aesgohysq73q
Indexed At
2026-05-30 13:44 UTC
AT-URI
at://did:plc:3i6uzuatdyk7rwfkrybynf5j/com.atproto.lexicon.schema/com.scanash.content.markdown

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@