Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d9153f3f0b4e24bdd4e3af290db7640169ad1071
[ccsdk/cds.git]
/
1
{
2
"data_types" : {
3
"dt-assign-activate-properties" : {
4
"description" : "Dynamic DataType definition for workflow(assign-activate).",
5
"version" : "1.0.0",
6
"properties" : {
7
"hostname" : {
8
"type" : "string"
9
},
10
"ip": {
11
"type": "string"
12
},
13
"username": {
14
"type": "string"
15
},
16
"password": {
17
"type": "string"
18
}
19
},
20
"derived_from" : "tosca.datatypes.Dynamic"
21
}
22
}
23
}