Schema
{
"additionalProperties": false,
"type": "object",
"properties": {
"topics": {
"items": {
"type": "string",
"description": "Topic URIs retrieved from the Wwise Authoring API schema."
},
"type": "array",
"description": "Array of topic URIs."
}
}
}