site.exosphere.sphere.permissions

exosphere.site

{
  "id": "site.exosphere.sphere.permissions",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "enableModule": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to enable modules."
          },
          "inviteMember": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to invite members."
          },
          "revokeMember": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to revoke members."
          },
          "disableModule": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to disable modules."
          },
          "updateMemberRole": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to change member roles."
          },
          "updatePermissions": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to update permissions."
          }
        }
      },
      "description": "Permission overrides for core Sphere actions (member management, module management, permission configuration). Published on the Sphere owner's PDS. Only non-default roles need to be specified — absent keys use the built-in defaults."
    },
    "role": {
      "type": "string",
      "maxLength": 64,
      "description": "Minimum role required to perform a core sphere action.",
      "knownValues": [
        "owner",
        "admin"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against site.exosphere.sphere.permissions

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tztfs5zp6b4feo4u64adfvmq
CID
bafyreigcmpgflizqln5fi5hxudcrl5ykotnsrzq652w3s5u5gxnxrxacme
Indexed At
2026-04-01 16:32 UTC
AT-URI
at://did:plc:tztfs5zp6b4feo4u64adfvmq/com.atproto.lexicon.schema/site.exosphere.sphere.permissions

Lexicon Garden

@