Do not duplicate model types and data dictionaries
[ccsdk/cds.git] / ms / controllerblueprints / modules / blueprint-core / load / model_type / data_type / datatype-property.json
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 (file)
index d3ecffd..0000000
+++ /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