# at.colocate.permissions

> Published by [colocate.at](https://lexicon.garden/identity/did:plc:5q2ni46yjdcgf3baqd5e4prs)

✓ This is the authoritative definition for this NSID.

## Description

Permissions for creating groups and participating in group conversations.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.permissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.permissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5q2ni46yjdcgf3baqd5e4prs/at.colocate.permissions/examples)

## Definitions

### `at.colocate.permissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Bsky Groups",
  "detail": "Create groups and participate in group conversations",
  "permissions": [
    {
      "skey": "*",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "at.colocate.group",
      "collection": [
        "at.colocate.post",
        "at.colocate.comment",
        "at.colocate.reaction",
        "at.colocate.moderation"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "at.colocate.permissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Bsky Groups",
      "detail": "Create groups and participate in group conversations",
      "permissions": [
        {
          "skey": "*",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "at.colocate.group",
          "collection": [
            "at.colocate.post",
            "at.colocate.comment",
            "at.colocate.reaction",
            "at.colocate.moderation"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Permissions for creating groups and participating in group conversations."
}
```
