diff options
Diffstat (limited to 'src/rapidjson/bin/jsonschema/remotes/subSchemas.json')
-rw-r--r-- | src/rapidjson/bin/jsonschema/remotes/subSchemas.json | 8 |
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 00000000..8b6d8f84 --- /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 |