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