{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Task",
      "Resource": "foo:bar",
      "End": true,
      "Catch": [
	{
	  "ErrorEquals": [],
	  "Next": "x"
	}
      ]
    },
    "x": {
      "Type": "Fail"
    }
  }
}
