Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bb392d7beb6c474da6025ac083ec96d05af245a7
[ccsdk/cds.git]
/
1
[
\r
2
{
\r
3
"name": "country",
\r
4
"input-param": true,
\r
5
"property": {
\r
6
"type": "string"
\r
7
},
\r
8
"dictionary-name": "country",
\r
9
"dictionary-source": "primary-db",
\r
10
"dependencies": ["state"]
\r
11
},
\r
12
{
\r
13
"name": "state",
\r
14
"input-param": true,
\r
15
"property": {
\r
16
"type": "string"
\r
17
},
\r
18
"dictionary-name": "state",
\r
19
"dictionary-source": "input",
\r
20
"dependencies": []
\r
21
}
\r
22
]
\r