{
  "Comment": "Example of the Pass State",
  "StartAt": "PassState",
  "States": {
    "PassState": {
      "Type": "Pass",
      "End": true
    }
  }
}