{
  "Comment": "Example of the Pass State",
  "StartAt": "PassState",
  "States": {
    "PassState": {
      "Type": "Pass",
      "Parameters": {
        "x-datum": 0,
        "y-datum": 600,
        "input": {
          "where.$": "$.georefOf"
        }
      },
      "End": true
    }
  }
}
