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. + + + + + + + + + +