summaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/applicationEnvironment/manifest.json
blob: f7d969ce258ae39746218f3285177013283740c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "serviceModelList": [
    {
      "serviceModelVersionId": "uuid1",
      "recoveryAction": "abort"
    },
    {
      "serviceModelVersionId": "uuid2",
      "recoveryAction": "retry"
    }
  ]
}