Actions performed in the round.
Last updated 5 years ago
Was this helpful?
An array of objects outlining the actions performed within the round in the order that they were performed.
Maintaining the order of the actions is important. The first action should be in array position 0, the second action in array position 1, etc.
Type: array of objects
Example:
"actions": [ <action_obj>, <action_obj>, ... ]