at.tasked.tasked.notesNote

tasked.at

{
  "id": "at.tasked.tasked.notesNote",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "title",
          "body",
          "pinned",
          "archived",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxGraphemes": 100000
          },
          "title": {
            "type": "string",
            "maxGraphemes": 240,
            "minGraphemes": 1
          },
          "labels": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 50,
              "minGraphemes": 1
            },
            "maxLength": 20
          },
          "pinned": {
            "type": "boolean"
          },
          "archived": {
            "type": "boolean"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          }
        }
      },
      "description": "A private text note in the owner's TaskedAT workspace."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.tasked.tasked.notesNote

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@