aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2')
-rw-r--r--src/onapsdk/sdc/templates/sdc_resource_add_property.json.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2 b/src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2
index bed49ca..bc02275 100644
--- a/src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2
+++ b/src/onapsdk/sdc/templates/sdc_resource_add_property.json.j2
@@ -6,12 +6,12 @@
}
},
"name": "{{ property.name }}",
- {% if property.description %}
+ {%- if property.description %}
"description": "{{ property.description }}",
- {% endif %}
- {% if property.value %}
+ {%- endif %}
+ {%- if property.value %}
"value": "{{ property.value }}",
- {% endif %}
+ {%- endif %}
"type": "{{ property.property_type }}"
}
} \ No newline at end of file