# blue.vec.authBasic

> Published by [vec.blue](https://lexicon.garden/identity/did:plc:ohvis5rxiiyfg3sbnjkuxytw)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ohvis5rxiiyfg3sbnjkuxytw/blue.vec.authBasic)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ohvis5rxiiyfg3sbnjkuxytw/blue.vec.authBasic/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ohvis5rxiiyfg3sbnjkuxytw/blue.vec.authBasic/examples)

## Definitions

### `blue.vec.authBasic`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "vec.blue",
  "detail": "",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "blue.vec.item",
        "blue.vec.embedding",
        "blue.vec.graph.follow",
        "blue.vec.search.engine",
        "blue.vec.actor.declaration"
      ]
    },
    {
      "lxm": [
        "blue.vec.actor.getPreferences",
        "blue.vec.actor.putPreferences",
        "blue.vec.search.search",
        "blue.vec.search.searchSkeletons"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "blue.vec.authBasic",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "vec.blue",
      "detail": "",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "blue.vec.item",
            "blue.vec.embedding",
            "blue.vec.graph.follow",
            "blue.vec.search.engine",
            "blue.vec.actor.declaration"
          ]
        },
        {
          "lxm": [
            "blue.vec.actor.getPreferences",
            "blue.vec.actor.putPreferences",
            "blue.vec.search.search",
            "blue.vec.search.searchSkeletons"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
