app.offprint.block.bulletList

dmeznw3lbvqd6yyi.glorp.network View official

{
  "id": "app.offprint.block.bulletList",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "children"
      ],
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "ref": "#listItem",
            "type": "ref"
          },
          "required": true,
          "description": "List items"
        }
      }
    },
    "listItem": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "ref": "app.offprint.block.text",
          "type": "ref",
          "required": true,
          "description": "Text content of the list item"
        },
        "children": {
          "type": "array",
          "items": {
            "ref": "#listItem",
            "type": "ref"
          },
          "description": "Nested list items"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.bulletList

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

Metadata

DID
did:plc:ukz4rcyftjqvxnhmyobwtpgj
CID
bafyreicigfcy7zlqwszs2u6avairts3ityrq4ccxzu5dr2onvikijpkvqq
Indexed At
2026-01-26 04:21 UTC
AT-URI
at://did:plc:ukz4rcyftjqvxnhmyobwtpgj/com.atproto.lexicon.schema/app.offprint.block.bulletList

Referenced Schemas (1)

Lexicon Garden

@