aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/catalog_vnf_property_single.jinja
blob: bcdfb8696dd4c24a278718de719f270170af3db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"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}}"
}
}