app.offprint.block.taskList

offprint.app

{
  "id": "app.offprint.block.taskList",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "children"
      ],
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "ref": "#taskItem",
            "type": "ref"
          },
          "required": true,
          "description": "Task items"
        }
      }
    },
    "taskItem": {
      "type": "object",
      "required": [
        "content",
        "checked"
      ],
      "properties": {
        "checked": {
          "type": "boolean",
          "required": true,
          "description": "Whether the task is completed"
        },
        "content": {
          "ref": "app.offprint.block.text",
          "type": "ref",
          "required": true,
          "description": "Text content of the task item"
        },
        "children": {
          "type": "array",
          "items": {
            "ref": "#taskItem",
            "type": "ref"
          },
          "description": "Nested task items"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.block.taskList

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

Metadata

DID
did:plc:pgjkomf37an4czloay5zeth6
CID
bafyreiczwu3okxq6m53mxp2ttssosjbkrxebvsoqmp6vpotxlzmxjkkozu
Indexed At
2026-01-16 04:01 UTC
AT-URI
at://did:plc:pgjkomf37an4czloay5zeth6/com.atproto.lexicon.schema/app.offprint.block.taskList

Referenced Schemas (1)

Lexicon Garden

@