aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/imperative_workflow/Definitions/artifact_types.json
blob: a730e4893ee4afac4498e71b91de1c60203dee7e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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" ]
    }
  }
}