{
  "Comment": "Example of the Pass State",
  "StartAt": "TaskState",
  "States": {
    "TaskState": {
      "Type": "Task",
      "Resource": "module:passThrough",
      "InputPath": "$.georefOf",
      "End": true
    }
  }
}
