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