A player's profile on the atplay network.
Record Key
literal:self
Fixed literal value
Properties
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."
}