Fix/add use cases under SMO package
[it/dep.git] / smo-install / test / pythonsdk / src / oransdk / sdc / templates / component_declare_input.json.j2
1 {
2   "componentInstanceInputsMap": {},
3   "componentInstanceProperties": {
4     "{{ component.unique_id }}": [
5       {
6         "constraints": null,
7         "defaultValue": null,
8         "description": "",
9         "name": "{{ property.name }}",
10         "origName": "{{ property.name }}",
11         "parentUniqueId": null,
12         "password": false,
13         "required": true,
14         "schema": {
15           "property": {}
16         },
17         "schemaType": null,
18         "type": "{{ property.property_type }}",
19         "uniqueId": "{{ property.unique_id }}",
20         {% if property.value is not none %}
21         "value":"{{ property.value }}",
22         {% else %}
23         "value":null,
24         {% endif %}
25         "definition": false,
26         "getInputValues": null,
27         "parentPropertyType": null,
28         "subPropertyInputPath": null,
29         "getPolicyValues": null,
30         "inputPath": null,
31         "metadata": null
32       }
33     ]
34   },
35   "groupProperties": {},
36   "policyProperties": {}
37 }