aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-11-04 20:33:18 +0000
committerGerrit Code Review <gerrit@onap.org>2022-11-04 20:33:18 +0000
commitf9533bb728b59ca8a270c427f6479a1e8fb244c0 (patch)
treef8fab301af8db171b244e52639d1e82511d18c0f /components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json
parent46febe27ee933031db06c002d14aa1c911048fe1 (diff)
parenta7ba8d739afc31ff1f1427bdabe935c0abc2e3ac (diff)
Merge "Updated for Jakarta Release"
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Definitions/artifact_types.json37
1 files changed, 12 insertions, 25 deletions
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