Now that we have quite a few shorthand for more verbose steps, I would suggest to make the `resetData` step also a shorthand, similar to the login step ``` { "steps": [ { "step": "resetData" } ] } ``` Becomes ``` `"resetData":true` ```