スキーマ
{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "ゲームオブジェクトの識別子\\n ゲームオブジェクトID、符号なし整数64-bit。",
"minimum": 0,
"maximum": 18446744073709551615
},
"attenuationScalingFactor": {
"type": "number",
"description": "拡大縮小の倍率で、例えば、1は100%、0.5は50%、2は200%を意味します。"
}
},
"required": [
"gameObject",
"attenuationScalingFactor"
],
"additionalProperties": false
}