架构
{
"type": "object",
"properties": {
"gameObject": {
"type": "integer",
"description": "可指定游戏对象来仅停止播放与给定游戏对象 ID 关联的内容。\\n 游戏对象 ID,64 位无符号整数。",
"minimum": 0,
"maximum": 18446744073709551615
}
},
"required": [
"gameObject"
],
"additionalProperties": false
}