Schema
{
"additionalProperties": false,
"type": "object",
"properties": {
"commands": {
"items": {
"type": "string",
"description": "Command id which can be used with ak.wwise.ui.commands.execute."
},
"type": "array",
"description": "An array of command ids."
}
}
}