aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/sdc_resource_category.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/sdc/templates/sdc_resource_category.json.j2')
-rw-r--r--src/onapsdk/sdc/templates/sdc_resource_category.json.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/src/onapsdk/sdc/templates/sdc_resource_category.json.j2 b/src/onapsdk/sdc/templates/sdc_resource_category.json.j2
index 633aacd..c346b89 100644
--- a/src/onapsdk/sdc/templates/sdc_resource_category.json.j2
+++ b/src/onapsdk/sdc/templates/sdc_resource_category.json.j2
@@ -3,11 +3,11 @@
"normalizedName": "{{ category.normalized_name }}",
"name": "{{ category.name }}",
"uniqueId": "{{ category.unique_id }}",
- "subcategories": {% if category.subcategories %}{{ category.subcategories|tojson }}{% else %}null{% endif %},
- "version": {% if category.version %}"{{ category.version }}"{% else %}null{% endif %},
- "ownerId": {% if category.owner_id %}"{{ category.owner_id }}"{% else %}null{% endif %},
+ "subcategories": {%- if category.subcategories %}{{ category.subcategories|tojson }}{% else %}null{%- endif %},
+ "version": {%- if category.version %}"{{ category.version }}"{% else %}null{%- endif %},
+ "ownerId": {%- if category.owner_id %}"{{ category.owner_id }}"{% else %}null{%- endif %},
"empty": {{ category.empty|tojson }},
- "type": {% if category.type %}"{{ category.type }}"{% else %}null{% endif %},
+ "type": {%- if category.type %}"{{ category.type }}"{% else %}null{%- endif %},
"icons": {% if category.icons %}{{ category.icons|tojson }}{% else %}null{% endif %}
}
] \ No newline at end of file