move portal, pgn, pnf policy to jinja
[testsuite.git] / robot / assets / templates / asdc / catalog_allotted_inputs.jinja
1 [
2   {
3     "defaultValue": "{{nf_type}}",
4     "description": null,
5     "name": "nf_type",
6     "parentUniqueId": null,
7     "password": false,
8     "required": false,
9     "schema": {
10       "property": {}
11     },
12     "type": "string",
13     "uniqueId": "{{nf_type_uid}}",
14     "value": null,
15     "definition": false,
16     "getInputValues": null,
17     "instanceUniqueId": null,
18     "propertyId": null,
19     "properties": null,
20     "inputs": null,
21     "ownerId": null,
22     "inputPath": null
23   },
24   {
25     "defaultValue": "{{nf_role}}",
26     "description": null,
27     "name": "nf_role",
28     "parentUniqueId": null,
29     "password": false,
30     "required": false,
31     "schema": {
32       "property": {}
33     },
34     "type": "string",
35     "uniqueId": "{{nf_role_uid}}",
36     "value": null,
37     "definition": false,
38     "getInputValues": null,
39     "instanceUniqueId": null,
40     "propertyId": null,
41     "properties": null,
42     "inputs": null,
43     "ownerId": null,
44     "inputPath": null
45   }
46 ]