{
"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
}
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