summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml
diff options
context:
space:
mode:
authorSerban Jora <jora@research.att.com>2017-10-20 18:48:35 -0400
committerSerban Jora <jora@research.att.com>2017-10-20 18:48:35 -0400
commitf3a8006ea0f532760a7e62550c243a2d3856b40d (patch)
treeb7bbe86e056bffb817aa6784be7f706c9cef5b80 /test/csit/tests/modeling/javatoscachecker/APIs/data/test_schema.yaml
parent21404d790afd758160f0562859bf186821d55c70 (diff)
Add robot script and related data
Change-Id: I45153d7cbc137ed9f5359b132fa8c2b60f4e1e01 Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
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