aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/sdc_resource_component_set_property_value.json.j2
blob: 46bd527ffa4840610e8161a7d84cc878a72bb730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
    {
        "name":"{{ property.name }}",
        "parentUniqueId":"{{ component.actual_component_uid }}",
        "type":"{{ property.property_type }}",
        "uniqueId":"{{ component.actual_component_uid }}.{{ property.name }}",
        "value":"{{ value }}",
        "definition":false,
        "toscaPresentation":{
            "ownerId":"{{ component.actual_component_uid }}"
        }
    }
]