Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
85533abc59e143c9d2706127bf8753d3da2192ed
[ccsdk/cds.git]
/
1
<!-- QUESTION:
2
when using dictionary-source as capability, what else needs to be defined?
3
because odl_host will come from the application.properties entry -->
4
[
5
{
6
"name": "odl_host",
7
"input-param": true,
8
"property": {
9
"type": "string"
10
},
11
"dictionary-name": "odl_host",
12
"dictionary-source": "capability",
13
"dependencies": [
14
]
15
}
16
]