summaryrefslogtreecommitdiffstats
path: root/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rapidjson/bin/jsonschema/remotes/subSchemas.json')
-rw-r--r--src/rapidjson/bin/jsonschema/remotes/subSchemas.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rapidjson/bin/jsonschema/remotes/subSchemas.json b/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
new file mode 100644
index 000000000..8b6d8f842
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/remotes/subSchemas.json
@@ -0,0 +1,8 @@
+{
+ "integer": {
+ "type": "integer"
+ },
+ "refToInteger": {
+ "$ref": "#/integer"
+ }
+} \ No newline at end of file