at.tasked.tasked.notesTask

tasked.at

{
  "id": "at.tasked.tasked.notesTask",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "list",
          "title",
          "details",
          "position",
          "completed",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "list": {
            "type": "string",
            "format": "at-uri",
            "description": "The private task-list record that owns this task."
          },
          "dueAt": {
            "type": "string",
            "format": "datetime"
          },
          "title": {
            "type": "string",
            "maxGraphemes": 500,
            "minGraphemes": 1
          },
          "details": {
            "type": "string",
            "maxGraphemes": 20000
          },
          "position": {
            "type": "integer",
            "minimum": 0
          },
          "completed": {
            "type": "boolean"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "completedAt": {
            "type": "string",
            "format": "datetime"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          }
        }
      },
      "description": "A private actionable item belonging to a TaskedAT task list."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.tasked.tasked.notesTask

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@