aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc/payloads/catalog_service_property.jinja
blob: 584002a1679762dfc69ad37de655f982b3dba75d (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
{
    "uniqueId": "{{unique_id}}",
    "type": "{{property_type}}",
    "required": false,
    "definition": false,
    "defaultValue": null,
    "description": null,
    "schema": null,
    "password": false,
    "name": "{{input_name}}",
    "value": "{{input_value}}",
    "label": null,
    "hidden": false,
    "immutable": false,
    "inputPath": null,
    "status": null,
    "inputId": null,
    "instanceUniqueId": null,
    "propertyId": null,
    "parentPropertyType": null,
    "subPropertyInputPath": null,
    "annotations": null,
    "parentUniqueId": "{{parent_unique_id}}",
    "getInputValues": null,
    "isDeclaredListInput": false,
    "getPolicyValues": null,
    "constraints": null,
    "inputs": null,
    "properties": null,
    {% if schema_type != "" %}
    "schemaType": "{{schema_type}}",
    {% endif %}
    "schemaProperty": null,
    "getInputProperty": false,
    "version": null,
    "ownerId": "{{owner_id}}",
    "empty": false
}
]