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