Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
52e0a79673ff92e837e1f0e330ae4c29db0c6fb2
[ccsdk/cds.git]
/
1
{
\r
2
"version": "1.0.0",
\r
3
"description": "test Data Type",
\r
4
"properties": {
\r
5
"country": {
\r
6
"required": true,
\r
7
"type": "string"
\r
8
},
\r
9
"state": {
\r
10
"required": false,
\r
11
"type": "string"
\r
12
}
\r
13
},
\r
14
"derived_from": "tosca.datatypes.Root"
\r
15
}
\r