Schema
{
"additionalProperties": false,
"type": "object",
"properties": {
"hadProjectOpen": {
"type": "boolean",
"description": "True if there was a project open, false otherwise. Note that if there was no project open, no ak.wwise.core.project.preClosed or ak.wwise.core.project.postClosed event will be issued."
}
}
}