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