{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Task",
      "Resource": "foo:bar",
      "End": true,
      "Retry": [
	{
	  "ErrorEquals": []
	}
      ]
    }
  }
}
