aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/data_type/dt-license-key.json
blob: e9c312b798806f65ac635b76799d29137e0fb5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"version": "1.0.0",
	"description": "This is dt-plicense-key Data Type",
	"properties": {
		"license-key": {
			"required": true,
			"type": "string"
		}
	},
	"derived_from": "tosca.datatypes.Root"
}