# net.botwatch.authYouandme

> Published by [7hird.dev](https://lexicon.garden/identity/did:plc:z46zh55ljmgogiammxofkrqz)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:z46zh55ljmgogiammxofkrqz/net.botwatch.authYouandme)
- [Documentation](https://lexicon.garden/lexicon/did:plc:z46zh55ljmgogiammxofkrqz/net.botwatch.authYouandme/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:z46zh55ljmgogiammxofkrqz/net.botwatch.authYouandme/examples)

## Definitions

### `net.botwatch.authYouandme`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "You & Me Connections",
  "detail": "Read/Write your You & Me connection records.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "at.youandme.connection"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "net.botwatch.authYouandme",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "You & Me Connections",
      "detail": "Read/Write your You & Me connection records.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "at.youandme.connection"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
