{
"id": "com.welistskyblue.list.item",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"status",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "Task name/title.",
"maxGraphemes": 64
},
"status": {
"enum": [
"ongoing",
"done"
],
"type": "string",
"default": "ongoing",
"description": "Task status."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"deletedAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A task record with name, status, and timestamps."
}
Metadata
- DID
-
did:plc:jouroezrzk55xq3kbg34gqum
- CID
-
bafyreibagmkcislqrdodv5yt5ck6xyr3777zdtchdpity775i6c22vgnje
- Indexed At
- 2026-02-13 14:19 UTC
- AT-URI
-
at://did:plc:jouroezrzk55xq3kbg34gqum/com.atproto.lexicon.schema/com.welistskyblue.list.item