스키마
{
"type": "object",
"properties": {
"result": {
"type": "number",
"description": "SoundBank 생성 처리의 종료 코드. Although your SoundBanks might generate properly with warnings, it is strongly recommended that you consider these warnings as errors. 예를 들어, 음원 파일이 누락되었을 경우 WwiseConsole.exe가 오류 코드를 반환합니다. Although a missing source file does not prevent your SoundBanks from being generated, the resulting SoundBanks might potentially be incomplete. Wwise의 Project Settings > Logs에 가면, SoundBank 생성 도중 발생하는 메시지 대부분의 심각도(severity)를 변경할 수 있습니다. Changing the severity of the messages impacts the return codes.\\n A WwiseConsole.exe exit code of 0 means success, 1 means at least one error (and potentially warnings) occurred, and 2 means that only warnings occurred."
}
},
"required": [
"result"
],
"additionalProperties": false
}