aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json
blob: d3ecffd17438f3a3c9bf970a1495a2b9d4d82ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"version": "1.0.0",
	"description": "This is Entry point Input Data Type, which is dynamic datatype, The parameter names will be populated during the Design time for each inputs",
	"properties": {
		"type": {
			"required": true,
			"type": "string"
		},
		"description": {
			"required": false,
			"type": "string"
		},
		"required": {
			"required": false,
			"type": "boolean"
		},
		"default": {
			"required": false,
			"type": "string"
		},
		"entry_schema": {
			"required": false,
			"type": "string"
		}
	},
	"derived_from": "tosca.datatypes.Root"
}