aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc/payloads/catalog_vnf_policy_property.jinja
blob: 57ba2b10a2cce960d44f7d7f0acf50c0fe3c4523 (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
[
  {
    "defaultValue": null,
    "description": "{{description}}",
    "name": "{{property_name}}",
    "parentUniqueId": null,
    "password": false,
    "required": true,
    "schema": {
      "property": {}
    },
    "schemaType": null,
    "type": "{{property_type}}",
    "uniqueId": "{{unique_id}}",
    "value": "{{property_default_value}}",
    "definition": true,
    "getInputValues": null,
    "parentPropertyType": null,
    "subPropertyInputPath": null,
    "getPolicyValues": null,
    "inputPath": null,
    "ownerId": null
  }
]