aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-20 14:36:10 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-23 11:07:44 +0100
commit89da408dd79bcc7cfb4d89033da435c974c13e70 (patch)
tree768b726f12aa0adedcba5a97187b5827e28e213f /heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
parentad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (diff)
Pretty print json files in heat/
Fixing json files to conform to linter rules. Change-Id: Ia758a50adffb13889255511594aacc03f66f4e4b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json32
1 files changed, 18 insertions, 14 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
index da498e35..bf55ac53 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
@@ -1,16 +1,20 @@
{
- "artifact_types" : {
- "artifact-mapping-resource" : {
- "description" : "Resource Mapping File used along with Configuration template",
- "version" : "1.0.0",
- "derived_from" : "tosca.artifacts.Implementation",
- "file_ext" : [ "json" ]
- },
- "artifact-template-velocity" : {
- "description" : " Velocity Template used for Configuration",
- "version" : "1.0.0",
- "derived_from" : "tosca.artifacts.Implementation",
- "file_ext" : [ "vtl" ]
+ "artifact_types": {
+ "artifact-mapping-resource": {
+ "description": "Resource Mapping File used along with Configuration template",
+ "version": "1.0.0",
+ "derived_from": "tosca.artifacts.Implementation",
+ "file_ext": [
+ "json"
+ ]
+ },
+ "artifact-template-velocity": {
+ "description": " Velocity Template used for Configuration",
+ "version": "1.0.0",
+ "derived_from": "tosca.artifacts.Implementation",
+ "file_ext": [
+ "vtl"
+ ]
+ }
}
- }
-} \ No newline at end of file
+}