{
    "StartAt": "p",
    "States": {
      "p": {
        "Type": "Task",
        "Resource": "foo:bar",
        "TimeoutSecondsPath": "$.x",
        "HeartbeatSecondsPath": "$.y",
        "End": true
      }
    }
  }
  