Schema
{
"type": "object",
"properties": {
"functions": {
"type": "array",
"description": "An array of Function URIs.",
"items": {
"type": "string",
"description": "Function URIs retrieved from the Wwise Authoring API schema."
}
}
},
"additionalProperties": false
}