actions

Actions performed in the round.

actions

An array of <action_obj> 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 <action_obj> objects

Example:

"actions": [
    <action_obj>,
    <action_obj>,
    ...
]

Last updated