Merge "add health-api project"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / sample-input-source.json
1 {
2         "name": "sample-input-source",
3         "property" :{
4                 "description": "name of the ",
5                 "type": "string"
6         },
7         "updated-by": "brindasanth@onap.com",
8         "tags": "sample-input-source",
9         "sources": {
10                 "input": {
11                         "type": "source-input",
12                         "properties": {
13                                 "key": "input-source"
14                         }
15                 }
16         }
17 }