{
  "Defaults": {
    "Application": "TestApp",
    "SubApplication": "RandomTest",
    "RunAs": "workbench",
    "Host": "localhost",
    "Variables": [
      {
        "name": "runAs",
        "value": "replaced at run time",
        "type": "global"
      },
      {
        "name": "runId",
        "value": "replaced at run time",
        "type": "global"
      },
      {
        "name": "pollingInterval",
        "value": 5,
        "type": "global"

      }
    ]
  },
  "Xmatters": {
    "Type": "Folder",
    "Comment": "A folder with xMatters jobs to be called by other jobs on success or failure.",
    "XmJob": {
      "Type": "Job:ApplicationIntegrator:AI xMatters",
      "ConnectionProfile": "XMATTERS_CONNECTION_PROFILE",
      "AI-runAs": "%%\\\\xmatters\\runAs",
      "AI-runId": "%%\\\\xmatters\\runId",
      "AI-pollingInterval": "%%\\\\xmatters\\pollingInterval"
    }
  }
}