aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/artifact-config-template.json
blob: af99d75b8e57fc9a64a9193610f3d759c9462f9c (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
28
29
30
31
32
33
34
35
36
37
{
	"description": "This is Configuration Velocity Template",
	"version": "1.0.0",
	"properties": {
		"action-names": {
			"required": true,
			"type": "list",
			"entry_schema": {
				"type": "string"
			}
		}
	},
	"capabilities": {
		"content": {
			"type": "tosca.capabilities.Content",
			"properties": {
				"content": {
					"required": true,
					"type": "string"
				}
			}
		},
		"mapping": {
			"type": "tosca.capabilities.Mapping",
			"properties": {
				"mapping": {
					"required": false,
					"type": "list",
					"entry_schema": {
						"type": "datatype-resource-assignment"
					}
				}
			}
		}
	},
	"derived_from": "tosca.nodes.Artifact"
}