Schema
{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "The game object identifier.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"attenuationScalingFactor": {
"type": "number",
"description": "The scaling factor, where 1 means 100%, 0.5 means 50%, 2 means 200%, and so on."
}
},
"required": [
"gameObject",
"attenuationScalingFactor"
],
"additionalProperties": false
}