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