aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc/payloads/catalog_vnf_property.jinja
blob: cebc0a8ff84a5476bc687cc856c319346da20b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "constraints": [],
    "name": "{{property_name}}",
    "parentUniqueId": "{{parent_unique_id}}",
    "password": false,
    "required": false,
    "schema": {"property": {}},
    {% if schema_type != "" %}
    "schemaType": "{{schema_type}}",
    {% endif %}
    "type": "{{property_type}}",
    "uniqueId": "{{unique_id}}",
    "value": "{{property_default_value}}",
    "definition": false,
    "toscaPresentation": {
      "ownerId": "{{owner_id}}"
    }
  }
]