aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/sample-input-source.json
blob: 6eda39cbfd843e07fb387b027123da0b1ba210da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "sample-input-source",
	"group":"default",
	"property" :{
		"description": "name of the ",
		"type": "string"
	},
	"updated-by": "brindasanth@onap.com",
	"tags": "sample-input-source",
	"sources": {
		"input": {
			"type": "source-input",
			"properties": {
				"key": "input-source"
			}
		}
	}
}