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