art.cllctv.block.orderedList

cllctv.art

{
  "id": "art.cllctv.block.orderedList",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "start": {
          "type": "integer",
          "minimum": 1,
          "description": "Starting number for the ordered list (default: 1)"
        },
        "format": {
          "type": "string",
          "knownValues": [
            "left",
            "start",
            "center",
            "right",
            "end",
            "justify"
          ]
        },
        "indent": {
          "type": "integer",
          "minimum": 0
        },
        "content": {
          "type": "array",
          "items": {
            "ref": "art.cllctv.block.listItem",
            "type": "ref"
          }
        },
        "direction": {
          "type": "string",
          "knownValues": [
            "ltr",
            "rtl"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Ordered numbered list. Each item can contain rich content including nested lists."
}

Validate Record

Validate a record against art.cllctv.block.orderedList

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

Metadata

DID
did:plc:gqpqghnqiowg5424adjwmhmg
CID
bafyreih6xohstpeck7epalf5ofcbcr7ycymoiol2ldmxvgnxrqrmwczv2a
Indexed At
2026-06-17 13:04 UTC
AT-URI
at://did:plc:gqpqghnqiowg5424adjwmhmg/com.atproto.lexicon.schema/art.cllctv.block.orderedList

Referenced Schemas (1)

Lexicon Garden

@