# africa.kandake.asha.authRecipeManager

> Published by [kandake.africa](https://lexicon.garden/identity/did:plc:lrphxvv25aibthe7xoc2eeyy)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/africa.kandake.asha.authRecipeManager)
- [Documentation](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/africa.kandake.asha.authRecipeManager/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:lrphxvv25aibthe7xoc2eeyy/africa.kandake.asha.authRecipeManager/examples)

## Definitions

### `africa.kandake.asha.authRecipeManager`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Asha Recipe Manager",
  "detail": "Full access to manage your recipes, social graph, and images in the Asha recipe network.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "africa.kandake.asha.recipe.recipe"
      ]
    },
    {
      "type": "permission",
      "action": [
        "create",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "africa.kandake.asha.graph.follow"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "africa.kandake.asha.authRecipeManager",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Asha Recipe Manager",
      "detail": "Full access to manage your recipes, social graph, and images in the Asha recipe network.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "africa.kandake.asha.recipe.recipe"
          ]
        },
        {
          "type": "permission",
          "action": [
            "create",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "africa.kandake.asha.graph.follow"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
