# space.priiv.profile

> Published by [samuel-in-space.spaces-alpha.bsky.network](https://lexicon.garden/identity/did:plc:a6xumcwyzynxrl3bgi72w4aw)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:a6xumcwyzynxrl3bgi72w4aw/space.priiv.profile/examples)

## Definitions

### `space.priiv.profile`

**Type**: `record`

A public Priiv profile, independent of the account's Bluesky profile.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `description` | `string` | No |  |
| `displayName` | `string` | No |  |

## Raw Schema

```json
{
  "id": "space.priiv.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "description": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          }
        }
      },
      "description": "A public Priiv profile, independent of the account's Bluesky profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
