summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json')
-rw-r--r--ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json b/ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json
new file mode 100644
index 000000000..be9bbfc0e
--- /dev/null
+++ b/ms/controllerblueprints/application/load/model_type/node_type/artifact-config-template.json
@@ -0,0 +1,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.capability.Content",
+ "properties": {
+ "content": {
+ "required": true,
+ "type": "string"
+ }
+ }
+ },
+ "mapping": {
+ "type": "tosca.capability.Mapping",
+ "properties": {
+ "mapping": {
+ "required": false,
+ "type": "list",
+ "entry_schema": {
+ "type": "datatype-resource-assignment"
+ }
+ }
+ }
+ }
+ },
+ "derived_from": "tosca.nodes.Artifact"
+} \ No newline at end of file