summaryrefslogtreecommitdiff
path: root/src/test/resources/draft4/extra/classpath/sub-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/draft4/extra/classpath/sub-schema.json')
-rw-r--r--src/test/resources/draft4/extra/classpath/sub-schema.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/draft4/extra/classpath/sub-schema.json b/src/test/resources/draft4/extra/classpath/sub-schema.json
new file mode 100644
index 0000000..e545248
--- /dev/null
+++ b/src/test/resources/draft4/extra/classpath/sub-schema.json
@@ -0,0 +1,10 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "title": "features",
+ "features": {
+ "title": "integer feature",
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 99999
+ }
+} \ No newline at end of file