스키마
{
"type": "object",
"properties": {
"uri": {
"type": "string",
"description": "Waapi URI (see ak.wwise.waapi.getTopics, ak.wwise.waapi.getFunctions)."
},
"includeExamples": {
"type": "boolean",
"description": "Include the examples provided in the schema. Default value is false."
}
},
"required": [
"uri"
],
"additionalProperties": false
}