EventsCreateBody
sub_label object
anyOf
- string
- null
string
null
score object
anyOf
- number
- null
number
null
duration object
anyOf
- integer
- null
integer
null
include_recording object
anyOf
- boolean
- null
boolean
null
draw object
anyOf
- object
- null
object
null
EventsCreateBody
{
"sub_label": "string",
"score": 0,
"duration": 0,
"include_recording": true,
"draw": {}
}