X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fblueprint-model%2Fservice-blueprint%2F5GC_Simulator_CNF_CDS%2FDefinitions%2Fartifact_types.json;fp=components%2Fmodel-catalog%2Fblueprint-model%2Fservice-blueprint%2F5GC_Simulator_CNF_CDS%2FDefinitions%2Fartifact_types.json;h=da498e35e7bad76a19ad5fdd34eaebc067166479;hb=a7ba8d739afc31ff1f1427bdabe935c0abc2e3ac;hp=6d2115b078fb7a93556e51077bb0e983d7d86386;hpb=bc0799957d1825e6cdeda60c294d6cf74281a035;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json b/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json index 6d2115b07..da498e35e 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json +++ b/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json @@ -1,29 +1,16 @@ { - "artifact_types": { - "artifact-directed-graph": { - "description": "Directed Graph File", - "version": "1.0.0", - "derived_from": "tosca.artifacts.Implementation", - "file_ext": [ - "json", - "xml" - ] + "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-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-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