# social.passports.fullPermissions

> Published by [passports.social](https://lexicon.garden/identity/did:plc:ssdgllkzfwekkpmu7expw6cv)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ssdgllkzfwekkpmu7expw6cv/social.passports.fullPermissions)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ssdgllkzfwekkpmu7expw6cv/social.passports.fullPermissions/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ssdgllkzfwekkpmu7expw6cv/social.passports.fullPermissions/examples)

## Definitions

### `social.passports.fullPermissions`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Publish to passports.social",
  "detail": "Create and sync your passport entries to your AT Proto PDS.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "social.passports.fiftyStates.visit",
        "social.passports.raver.rave",
        "social.passports.travel.leg"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "social.passports.fullPermissions",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Publish to passports.social",
      "detail": "Create and sync your passport entries to your AT Proto PDS.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "social.passports.fiftyStates.visit",
            "social.passports.raver.rave",
            "social.passports.travel.leg"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
