app.atmobb.richtext.block

lexicons.atmobb.app

{
  "id": "app.atmobb.richtext.block",
  "defs": {
    "code": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "lang": {
          "type": "string",
          "maxLength": 64
        },
        "text": {
          "type": "string",
          "maxLength": 100000,
          "maxGraphemes": 10000
        }
      },
      "description": "A code block."
    },
    "text": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 100000,
          "maxGraphemes": 10000
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "app.atmobb.richtext.facet",
            "type": "ref"
          }
        }
      },
      "description": "A paragraph of rich text."
    },
    "image": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 10000,
          "maxGraphemes": 1000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 2000000
        }
      },
      "description": "An embedded image."
    },
    "quote": {
      "type": "object",
      "required": [
        "text"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 100000,
          "maxGraphemes": 10000
        },
        "facets": {
          "type": "array",
          "items": {
            "ref": "app.atmobb.richtext.facet",
            "type": "ref"
          }
        },
        "subject": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      },
      "description": "A quote block, optionally attributed to another record (e.g. the reply being quoted)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.richtext.block

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

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreia4ivu54u6tpleuf3zzqasrsorcpbspp2ymt5oynraep2gcvlgbsa
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.richtext.block

Referenced Schemas (1)

Lexicon Garden

@