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