aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/workflow_parameters_1.json
blob: 8dd5ad8f4f4288d3bff2194ae365b29c45112cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "simulatorRequest": {
    "method": "GET",
    "path": "/so/workflow-parameters/1"
  },
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "parameterDefinitions": [
        {
          "id": 1,
          "name": "[FIRST]parameter 1",
          "required": true,
          "type": "STRING",
          "pattern": "[0-9]*"
        }
      ]
    }
  }
}