am.noz.taskedat.notesNote

noz.am

{
  "id": "am.noz.taskedat.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 am.noz.taskedat.notesNote

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreibzznodaontwliqh4lzh4o2amnk5fh5jtf4zompzek2tzoi4xrgjq
Indexed At
2026-08-22 18:08 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.taskedat.notesNote

Lexicon Garden

@