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