# site.exosphere.featureRequest.permissions

> Published by [exosphere.site](https://lexicon.garden/identity/did:plc:tztfs5zp6b4feo4u64adfvmq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:tztfs5zp6b4feo4u64adfvmq/site.exosphere.featureRequest.permissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:tztfs5zp6b4feo4u64adfvmq/site.exosphere.featureRequest.permissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:tztfs5zp6b4feo4u64adfvmq/site.exosphere.featureRequest.permissions/examples)

## Definitions

### `site.exosphere.featureRequest.permissions`

**Type**: `record`

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.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `vote` | `ref` → `#role` | No | Minimum role to vote on feature requests. |
| `create` | `ref` → `#role` | No | Minimum role to create feature requests. |
| `comment` | `ref` → `#role` | No | Minimum role to comment on feature requests. |
| `moderate` | `ref` → `#role` | No | Minimum role to hide/unhide content. |
| `changeStatus` | `ref` → `#role` | No | Minimum role to change feature request status. |
| `markDuplicate` | `ref` → `#role` | No | Minimum role to mark feature requests as duplicate. |

### `site.exosphere.featureRequest.permissions#role`

**Type**: `string`

Minimum role required to perform an action.

**Known Values**:
- `owner`
- `admin`
- `member`
- `authenticated`

**Constraints**: maxLength: 64

## Raw Schema

```json
{
  "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
}
```
