games.atplay.player.profile

atplay.games

Documentation

A player's profile on the atplay network.

main record

A player's profile on the atplay network.

Record Key literal:self Fixed literal value

Properties

displayName string Optional

The player's display name.

maxLength: 640 bytesmaxGraphemes: 64 graphemesminGraphemes: 1 graphemes
View raw schema
{
  "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."
}

Lexicon Garden

@