{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Choice",
      "Choices": [
	{
	  "Variable": "$.foo",
	  "StringEquals": "x",
	  "Next": "x"
	}
      ],
      "ResultPath": "$.foo"
    },
    "x": {
      "Type": "Succeed"
    }
  }
}
