{
  "StartAt": "JustFail",
  "States": {
    "JustFail": {
      "Type": "Task",
      "Resource": "module:justFail",
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$authenticated",
      "allows": [
        "*"
      ]
    }
  ]
}