summaryrefslogtreecommitdiff
path: root/json/tests/draft4/ref.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft4/ref.json')
-rw-r--r--json/tests/draft4/ref.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/tests/draft4/ref.json b/json/tests/draft4/ref.json
index 1541caf..1bd172a 100644
--- a/json/tests/draft4/ref.json
+++ b/json/tests/draft4/ref.json
@@ -301,7 +301,7 @@
"description": "refs with quote",
"schema": {
"properties": {
- "foo\"bar": {"$ref": "#/definitions/foo\"bar"}
+ "foo\"bar": {"$ref": "#/definitions/foo%22bar"}
},
"definitions": {
"foo\"bar": {"type": "number"}