com.crashthearcade.settings

crashthearcade.com

Documentation

User settings for Crash the Arcade

main record

User settings for Crash the Arcade

Record Key literal:self Fixed literal value

Properties

displayName string Optional

No description available.

maxLength: 64 bytes
profileView string Optional

No description available.

maxLength: 32 bytes
Known values: list, grid
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "displayName": {
        "type": "string",
        "maxLength": 64
      },
      "profileView": {
        "type": "string",
        "maxLength": 32,
        "knownValues": [
          "list",
          "grid"
        ]
      }
    }
  },
  "description": "User settings for Crash the Arcade"
}

Lexicon Garden

@