aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/catalog_vnf_input.jinja
blob: 1bb129a0e3aae21268fb6beb921e434696a3749a (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": "{{input_default_value}}",
    "description": null,
    "name": "{{input_name}}",
    "parentUniqueId": "{{input_parent_unique_id}}",
    "password": false,
    "required": false,
    "schema": {
      "property": {}
    },
    "type": "string",
    "uniqueId": "{{input_unique_id}}",
    "value": null,
    "definition": false,
    "getInputValues": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "properties": null,
    "inputs": null,
    "ownerId": "{{input_owner_id}}",
    "inputPath": null
  }
]