at.tasked.tasked.notesTaskList

tasked.at

{
  "id": "at.tasked.tasked.notesTaskList",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "title",
          "position",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxGraphemes": 200,
            "minGraphemes": 1
          },
          "archived": {
            "type": "boolean"
          },
          "position": {
            "type": "integer",
            "minimum": 0
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          }
        }
      },
      "description": "A private ordered task list."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.tasked.tasked.notesTaskList

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ntpyewuslgminxapen6aymjs
CID
bafyreid55mmmlju5cckdlu6gn2tr3tinmfnoxyawelpj6hcwbuqp42d6sm
Indexed At
2026-08-22 18:46 UTC
AT-URI
at://did:plc:ntpyewuslgminxapen6aymjs/com.atproto.lexicon.schema/at.tasked.tasked.notesTaskList

Lexicon Garden

@