{ "StartAt": "Sit and wait", "States": { "Sit and wait": { "Type": "Wait", "Seconds": 1, "Next": "Dummy Output" }, "Dummy Output": { "Type": "Pass", "Result": { "hello": "universe" }, "End": true } } }