{
"id": "site.exosphere.kanban.entry",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"status",
"statusType",
"subject"
],
"properties": {
"title": {
"type": "string",
"maxLength": 512
},
"status": {
"type": "string",
"maxLength": 128,
"description": "Column slug the task belongs to. Values are user-defined per Sphere.",
"knownValues": [
"backlog",
"todo",
"in-progress",
"done"
]
},
"subject": {
"type": "string",
"format": "did",
"description": "DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record)."
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"statusType": {
"type": "string",
"description": "Canonical status type the column maps to. Third-party indexers use this to categorize user-defined slugs without needing the sphere's column config.",
"knownValues": [
"backlog",
"planned",
"started",
"completed",
"canceled"
]
},
"assigneeDid": {
"type": "string",
"format": "did",
"description": "DID of the member assigned to this task."
},
"description": {
"type": "string",
"maxLength": 10000
}
}
},
"description": "A kanban task submitted to a Sphere. Published on the author's PDS for public Spheres."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:tztfs5zp6b4feo4u64adfvmq
- CID
-
bafyreibhzt7gswimjj2cxw6di7gxqr7jv66eockdnuhpvrqofihyu5ucjq
- Indexed At
- 2026-04-18 13:09 UTC
- AT-URI
-
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.kanban.entry
Version History (2 versions)