스키마
{
"type": "object",
"properties": {
"return": {
"type": "integer",
"description": "The playing ID of the Event launched, or \\c AK_INVALID_PLAYING_ID if posting the event failed.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
}
},
"required": [
"return"
],
"additionalProperties": false
}