From 122a42a959de49a0f9fcc817d9e75ab8ef908cf5 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Mon, 2 Sep 2019 15:22:48 -0400 Subject: Do not duplicate model types and data dictionaries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I960e9ce040490dea82bd9afa9133ed982fe08d14 Issue-ID: CCSDK-1663 Signed-off-by: Alexis de Talhouët --- .../load/model_type/data_type/dt-license-key.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/dt-license-key.json (limited to 'ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/dt-license-key.json') diff --git a/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/dt-license-key.json b/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/dt-license-key.json deleted file mode 100644 index 27e25fe17..000000000 --- a/ms/controllerblueprints/modules/blueprint-core/load/model_type/data_type/dt-license-key.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "1.0.0", - "description": "This is dt-plicense-key Data Type", - "properties": { - "license-key": { - "required": true, - "type": "string" - } - }, - "derived_from": "tosca.datatypes.Root" -} \ No newline at end of file -- cgit 1.2.3-korg