User settings for Crash the Arcade
Record Key
literal:self
Fixed literal value
Properties
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"
}