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