site.exosphere.kanban.permissions

exosphere.site

{
  "id": "site.exosphere.kanban.permissions",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "assign": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to assign tasks."
          },
          "create": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to create tasks."
          },
          "comment": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to comment on tasks."
          },
          "moderate": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to hide/unhide content."
          },
          "manageTasks": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to edit/delete others' tasks."
          },
          "changeStatus": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to move tasks between columns."
          },
          "manageSettings": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to manage board settings (columns, etc.)."
          }
        }
      },
      "description": "Permission overrides for the kanban module of an Exosphere Sphere. Published on the Sphere owner's PDS. Only non-default roles need to be specified — absent keys use the module's built-in defaults."
    },
    "role": {
      "type": "string",
      "maxLength": 64,
      "description": "Minimum role required to perform an action.",
      "knownValues": [
        "owner",
        "admin",
        "member",
        "authenticated"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.kanban.permissions

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tztfs5zp6b4feo4u64adfvmq
CID
bafyreiect43ugio65fomc5lakmlyta3t433d33gr7mwyepwcdvodilzlfm
Indexed At
2026-04-04 20:37 UTC
AT-URI
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.kanban.permissions

Lexicon Garden

@