{
"id": "am.noz.taskedat.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
}
Metadata
- DID
-
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
- CID
-
bafyreiccfxrpwnnsusnl26s2k5mmsqapybgame3yutahdnxzeurkvdfvqq
- Indexed At
- 2026-08-22 18:08 UTC
- AT-URI
-
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.taskedat.notesTask