Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6ca1ffde280fc8343ec7979dc068f4c62984531a
[ccsdk/cds.git]
/
1
{
2
"data_types": {
3
"sample-property": {
4
"description": "This is sample data type",
5
"version": "1.0.0",
6
"properties": {
7
"content": {
8
"required": false,
9
"type": "string"
10
},
11
"process-name": {
12
"required": false,
13
"type": "string"
14
},
15
"version": {
16
"required": false,
17
"type": "string",
18
"default": "LATEST"
19
}
20
},
21
"derived_from": "tosca.datatypes.Root"
22
}
23
}
24
}