# town.laugh.authApp

> Published by [laugh.town](https://lexicon.garden/identity/did:plc:k6owgpe2rkkchoiivxhzp2t4)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:k6owgpe2rkkchoiivxhzp2t4/town.laugh.authApp)
- [Documentation](https://lexicon.garden/lexicon/did:plc:k6owgpe2rkkchoiivxhzp2t4/town.laugh.authApp/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:k6owgpe2rkkchoiivxhzp2t4/town.laugh.authApp/examples)

## Definitions

### `town.laugh.authApp`

**Type**: `permission-set`

```json
{
  "key": "literal:self",
  "type": "permission-set",
  "title": "laugh.town",
  "detail": "Save favorites and RSVPs, and suggest comedians, venues, and edits.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "town.laugh.user.list",
        "town.laugh.user.listitem",
        "town.laugh.user.favorite.comedian",
        "town.laugh.user.favorite.venue",
        "town.laugh.user.favorite.event",
        "town.laugh.user.suggest.comedian",
        "town.laugh.user.suggest.venue",
        "town.laugh.user.suggest.edit.comedian",
        "town.laugh.user.suggest.edit.venue"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "town.laugh.authApp",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "permission-set",
      "title": "laugh.town",
      "detail": "Save favorites and RSVPs, and suggest comedians, venues, and edits.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "town.laugh.user.list",
            "town.laugh.user.listitem",
            "town.laugh.user.favorite.comedian",
            "town.laugh.user.favorite.venue",
            "town.laugh.user.favorite.event",
            "town.laugh.user.suggest.comedian",
            "town.laugh.user.suggest.venue",
            "town.laugh.user.suggest.edit.comedian",
            "town.laugh.user.suggest.edit.venue"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
