summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-04 15:45:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-04 15:45:06 +0000
commit302ec11f5832bca25336febccedbc49490fc1106 (patch)
treee33d6c547ddab86fdc3cda20cca139ffd379f50f /ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json
parent82089df8930c27c3ef2dfa36e9b1a08e3e1d4fdd (diff)
parent122a42a959de49a0f9fcc817d9e75ab8ef908cf5 (diff)
Merge "Do not duplicate model types and data dictionaries"
Diffstat (limited to 'ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json')
-rw-r--r--ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json b/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json
deleted file mode 100644
index d3ecffd17..000000000
--- a/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/datatype-property.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "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"
-} \ No newline at end of file