# am.noz.at.spl.permissions

> Published by [noz.am](https://lexicon.garden/identity/did:plc:lmkzmvv6sdxntwtyxpg7fqqq)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.at.spl.permissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.at.spl.permissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lmkzmvv6sdxntwtyxpg7fqqq/am.noz.at.spl.permissions/examples)

## Definitions

### `am.noz.at.spl.permissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "SplitwiseAT shared expenses",
  "detail": "Read and update shared expense ledgers you join, including optional groups and trips, and create or administer ledgers owned by your account.",
  "title:lang": {
    "es": "Gastos compartidos de SplitwiseAT"
  },
  "detail:lang": {
    "es": "Lee y actualiza los libros de gastos compartidos a los que te unas, incluidos grupos y viajes opcionales, y crea o administra los libros de tu cuenta."
  },
  "permissions": [
    {
      "skey": "*",
      "type": "permission",
      "action": [
        "read",
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "*",
      "spaceType": "am.noz.at.spl.ledger",
      "collection": [
        "am.noz.at.spl.group",
        "am.noz.at.spl.expense",
        "am.noz.at.spl.item",
        "am.noz.at.spl.settlement",
        "am.noz.at.spl.recurring",
        "am.noz.at.spl.defaultSplit"
      ]
    },
    {
      "skey": "*",
      "type": "permission",
      "action": [
        "read_self"
      ],
      "manage": [
        "create",
        "update",
        "delete"
      ],
      "resource": "space",
      "authority": "self",
      "spaceType": "am.noz.at.spl.ledger"
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "am.noz.at.spl.permissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "SplitwiseAT shared expenses",
      "detail": "Read and update shared expense ledgers you join, including optional groups and trips, and create or administer ledgers owned by your account.",
      "title:lang": {
        "es": "Gastos compartidos de SplitwiseAT"
      },
      "detail:lang": {
        "es": "Lee y actualiza los libros de gastos compartidos a los que te unas, incluidos grupos y viajes opcionales, y crea o administra los libros de tu cuenta."
      },
      "permissions": [
        {
          "skey": "*",
          "type": "permission",
          "action": [
            "read",
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "*",
          "spaceType": "am.noz.at.spl.ledger",
          "collection": [
            "am.noz.at.spl.group",
            "am.noz.at.spl.expense",
            "am.noz.at.spl.item",
            "am.noz.at.spl.settlement",
            "am.noz.at.spl.recurring",
            "am.noz.at.spl.defaultSplit"
          ]
        },
        {
          "skey": "*",
          "type": "permission",
          "action": [
            "read_self"
          ],
          "manage": [
            "create",
            "update",
            "delete"
          ],
          "resource": "space",
          "authority": "self",
          "spaceType": "am.noz.at.spl.ledger"
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
