From 6d35afe7ab4b31d9eee33b3b8db9ab021d617a82 Mon Sep 17 00:00:00 2001 From: Falco Nogatz Date: Sun, 8 Feb 2015 00:55:34 +0100 Subject: [PATCH] Add xs:element/xs:complexType test for #8 --- test/json/schema5.json | 12 ++++++++++++ test/xsd/schema5.xsd | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 test/json/schema5.json create mode 100644 test/xsd/schema5.xsd diff --git a/test/json/schema5.json b/test/json/schema5.json new file mode 100644 index 0000000..3fcfab5 --- /dev/null +++ b/test/json/schema5.json @@ -0,0 +1,12 @@ +{ + "description": "Some annotation.", + "type": "object", + "properties": { + "two": { + "type": "string" + }, + "three": { + "type": "string" + } + } +} diff --git a/test/xsd/schema5.xsd b/test/xsd/schema5.xsd new file mode 100644 index 0000000..972dd1e --- /dev/null +++ b/test/xsd/schema5.xsd @@ -0,0 +1,17 @@ + + + + + + + Some annotation. + + + + + + + + + +