스키마
{
    "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 is issued."
        }
    },
    "additionalProperties": false
}