site.exosphere.kanban.status

exosphere.site

{
  "id": "site.exosphere.kanban.status",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "status",
          "statusType"
        ],
        "properties": {
          "status": {
            "type": "string",
            "maxLength": 128,
            "description": "Column slug the task is moved to. Values are user-defined per Sphere.",
            "knownValues": [
              "backlog",
              "todo",
              "in-progress",
              "done"
            ]
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the kanban task whose status is being changed."
          },
          "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"
            ]
          }
        }
      },
      "description": "A status change on a kanban task, published on the actor's PDS. Third-party indexers can replay these to derive the current column of a task."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.kanban.status

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tztfs5zp6b4feo4u64adfvmq
CID
bafyreif7lsobx5n5myb44inqz336qnpkitqkdaht2d2ggibbfqgb6htz2q
Indexed At
2026-04-18 13:09 UTC
AT-URI
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.kanban.status

Version History (2 versions)

Lexicon Garden

@