app.offprint.block.orderedList

dmeznw3lbvqd6yyi.glorp.network View official

{
  "id": "app.offprint.block.orderedList",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "children"
      ],
      "properties": {
        "start": {
          "type": "integer",
          "default": 1,
          "description": "Starting number for the list"
        },
        "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.orderedList

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@