{
  "StartAt": "m",
  "States": {
    "m": {
      "Type": "Map",
      "Iterator":	{
        "StartAt": "x",
        "States": {
          "x": {
            "Type": "Pass",
            "End": true
          }
        }
      },
      "Parameters": "$.foo",
      "End": true
    }
  }
}
