aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc/payloads/catalog_vnf_group_property.jinja
blob: 0211add413f7b1ec18f6b8cbdd3aca3df50d3011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "constraints": null,
    "defaultValue": null,
    "description": "{{description}}",
    "name": "{{property_name}}",
    "parentUniqueId": "{{parent_unique_id}}",
    "password": false,
    "required": true,
    "schema": {
      "property": {}
    },
    "schemaType": null,
    "type": "{{property_type}}",
    "uniqueId": "{{unique_id}}",
    "value": "{{property_default_value}}",
    "definition": false,
    "getInputValues": null,
    "parentPropertyType": null,
    "subPropertyInputPath": null,
    "getPolicyValues": null,
    "inputPath": null,
    "valueUniqueUid": null,
    "ownerId": "{{owner_id}}"
  }
]