blog.pckt.block.listItem

pckt.blog

{
  "id": "blog.pckt.block.listItem",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "type": "array",
          "items": {
            "refs": [
              "blog.pckt.block.text",
              "blog.pckt.block.bulletList",
              "blog.pckt.block.orderedList"
            ],
            "type": "union",
            "closed": false
          },
          "description": "Array of block content (text or nested lists)"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "List item within ordered or unordered lists. Can contain text blocks and nested lists."
}

Validate Record

Validate a record against blog.pckt.block.listItem

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

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreiagobfc4svghqxmotmbtnjpvrrehrtxrn6fjefgnfru3c6vuwcl4y
Indexed At
2026-01-09 12:37 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.block.listItem

Referenced Schemas (3)

Lexicon Garden

@