# com.atmosphereaccount.registry.fullPermissions

> Published by [atmosphereaccount.com](https://lexicon.garden/identity/did:plc:ab7uvkn4kyf7l7prl26pz4r2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ab7uvkn4kyf7l7prl26pz4r2/com.atmosphereaccount.registry.fullPermissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ab7uvkn4kyf7l7prl26pz4r2/com.atmosphereaccount.registry.fullPermissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ab7uvkn4kyf7l7prl26pz4r2/com.atmosphereaccount.registry.fullPermissions/examples)

## Definitions

### `com.atmosphereaccount.registry.fullPermissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Atmosphere Account",
  "detail": "Manage your Atmosphere explore profile, reviews, and updates.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "com.atmosphereaccount.registry.profile",
        "com.atmosphereaccount.registry.review",
        "com.atmosphereaccount.registry.update"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "com.atmosphereaccount.registry.fullPermissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Atmosphere Account",
      "detail": "Manage your Atmosphere explore profile, reviews, and updates.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "com.atmosphereaccount.registry.profile",
            "com.atmosphereaccount.registry.review",
            "com.atmosphereaccount.registry.update"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
