{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Task",
      "Resource": "foo:bar",
      "ResultSelector": {
        "a": "x",
        "b.$": "$.y",
        "c.$": "$$.z"
      },
      "End": true
    }
  }
}
