pub.leaflet.blocks.orderedList

lexicon.store View official

{
  "id": "pub.leaflet.blocks.orderedList",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "children"
      ],
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "ref": "#listItem",
            "type": "ref"
          }
        },
        "startIndex": {
          "type": "integer",
          "description": "The starting number for this ordered list. Defaults to 1 if not specified."
        }
      }
    },
    "listItem": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "content": {
          "refs": [
            "pub.leaflet.blocks.text",
            "pub.leaflet.blocks.header",
            "pub.leaflet.blocks.image"
          ],
          "type": "union"
        },
        "children": {
          "type": "array",
          "items": {
            "ref": "#listItem",
            "type": "ref"
          },
          "description": "Nested ordered list items. Mutually exclusive with unorderedListChildren; if both are present, children takes precedence."
        },
        "unorderedListChildren": {
          "ref": "pub.leaflet.blocks.unorderedList",
          "type": "ref",
          "description": "A nested unordered list. Mutually exclusive with children; if both are present, children takes precedence."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.leaflet.blocks.orderedList

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

Metadata

DID
did:web:lexicon.store
CID
bafyreicz2bfhf2owclde4fh4qgsayupvmrxambmvqoh4jx7mkaca3yuvii
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/pub.leaflet.blocks.orderedList

Referenced Schemas (4)

Lexicon Garden

@