1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[{
"definition": false,
"description": "The depending service invariant uuid in order to map the allotted resource to the specific service version",
"empty": false,
"getInputProperty": false,
"hidden": false,
"immutable": false,
"name": "providing_service_invariant_uuid",
"password": false,
"required": true,
"type": "string",
"value": "{{providing_service_invariant_uuid}}",
"uniqueId": "{{uniqueId}}.providing_service_invariant_uuid"
},
{
"definition": false,
"description": "The depending service uuid in order to map the allotted resource to the specific service version",
"empty": false,
"getInputProperty": false,
"hidden": false,
"immutable": false,
"name": "providing_service_uuid",
"password": false,
"required": true,
"type": "string",
"value": "{{providing_service_uuid}}",
"uniqueId": "{{uniqueId}}.providing_service_uuid"
},
{
"definition": false,
"description": "The depending service name in order to map the allotted resource to the specific service version",
"empty": false,
"getInputProperty": false,
"hidden": false,
"immutable": false,
"name": "providing_service_name",
"password": false,
"required": true,
"type": "string",
"value": "{{providing_service_name}}",
"uniqueId": "{{uniqueId}}.providing_service_name"
}
]
|