{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Fail",
      "ResultSelector": {
        "a": "x",
        "b.$": "$.y",
        "c.$": "$$.z"
      }
    }
  }
}
