aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/artifact_types.json
blob: a6a34ae8e546beec7d769181a8d861f0bacf56db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "artifact_types": {
    "artifact-script-python": {
      "description": "Python Script file",
      "version": "1.0.0",
      "derived_from": "tosca.artifacts.Implementation",
      "file_ext": [
        "py"
      ]
    },
    "artifact-script-ansible": {
      "description": "Ansible Script file",
      "version": "1.0.0",
      "file_ext": [
        "yaml"
      ],
      "derived_from": "tosca.artifacts.Implementation"
    }
  }
}