site.exosphere.featureRequest.permissions

exosphere.site

{
  "id": "site.exosphere.featureRequest.permissions",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "vote": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to vote on feature requests."
          },
          "create": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to create feature requests."
          },
          "comment": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to comment on feature requests."
          },
          "moderate": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to hide/unhide content."
          },
          "changeStatus": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to change feature request status."
          },
          "markDuplicate": {
            "ref": "#role",
            "type": "ref",
            "description": "Minimum role to mark feature requests as duplicate."
          }
        }
      },
      "description": "Permission overrides for the feature-requests 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.featureRequest.permissions

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@