summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml')
-rw-r--r--test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml b/test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml
new file mode 100644
index 000000000..9575e27c9
--- /dev/null
+++ b/test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml
@@ -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