Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a6a34ae8e546beec7d769181a8d861f0bacf56db
[ccsdk/cds.git]
/
1
{
2
"artifact_types": {
3
"artifact-script-python": {
4
"description": "Python Script file",
5
"version": "1.0.0",
6
"derived_from": "tosca.artifacts.Implementation",
7
"file_ext": [
8
"py"
9
]
10
},
11
"artifact-script-ansible": {
12
"description": "Ansible Script file",
13
"version": "1.0.0",
14
"file_ext": [
15
"yaml"
16
],
17
"derived_from": "tosca.artifacts.Implementation"
18
}
19
}
20
}