aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml')
-rw-r--r--test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml b/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml
deleted file mode 100644
index 9575e27c9..000000000
--- a/test/csit/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_1
-
-data_types:
- org.onap.tosca.checker.service.Person:
- properties:
- firstName:
- type: string
- required: true
- lastName:
- type: string
- required: true
-
-node_types:
- org.onap.tosca.checker.service.Residence:
- properties:
- owner:
- type: org.onap.tosca.checker.service.Person