# games.atplay.player.profile

> Published by [atplay.games](https://lexicon.garden/identity/did:plc:xawtkr77srkxlwhxjf7whbml)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.player.profile)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.player.profile/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xawtkr77srkxlwhxjf7whbml/games.atplay.player.profile/examples)

## Definitions

### `games.atplay.player.profile`

**Type**: `record`

A player's profile on the atplay network.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `displayName` | `string` | No | The player's display name. |

## Raw Schema

```json
{
  "id": "games.atplay.player.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "The player's display name.",
            "maxGraphemes": 64,
            "minGraphemes": 1
          }
        }
      },
      "description": "A player's profile on the atplay network."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
