Move CSIT to integration/csit repo
[integration/csit.git] / tests / modeling-toscaparsers-javatoscachecker / APIs / data / test_schema.yaml
diff --git a/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml b/tests/modeling-toscaparsers-javatoscachecker/APIs/data/test_schema.yaml
new file mode 100644 (file)
index 0000000..9575e27
--- /dev/null
@@ -0,0 +1,17 @@
+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