summaryrefslogtreecommitdiff
path: root/json/tests/draft7/ref.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft7/ref.json')
-rw-r--r--json/tests/draft7/ref.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/json/tests/draft7/ref.json b/json/tests/draft7/ref.json
index 44b8ed2..9f1d81a 100644
--- a/json/tests/draft7/ref.json
+++ b/json/tests/draft7/ref.json
@@ -75,11 +75,11 @@
{
"description": "escaped pointer ref",
"schema": {
- "tilda~field": {"type": "integer"},
+ "tilde~field": {"type": "integer"},
"slash/field": {"type": "integer"},
"percent%field": {"type": "integer"},
"properties": {
- "tilda": {"$ref": "#/tilda~0field"},
+ "tilde": {"$ref": "#/tilde~0field"},
"slash": {"$ref": "#/slash~1field"},
"percent": {"$ref": "#/percent%25field"}
}
@@ -91,8 +91,8 @@
"valid": false
},
{
- "description": "tilda invalid",
- "data": {"tilda": "aoeu"},
+ "description": "tilde invalid",
+ "data": {"tilde": "aoeu"},
"valid": false
},
{
@@ -106,8 +106,8 @@
"valid": true
},
{
- "description": "tilda valid",
- "data": {"tilda": 123},
+ "description": "tilde valid",
+ "data": {"tilde": 123},
"valid": true
},
{