We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ebd73 commit 0d6e164Copy full SHA for 0d6e164
tests/draft2019-09/ref.json
@@ -76,15 +76,9 @@
76
"description": "escaped pointer ref",
77
"schema": {
78
"$defs": {
79
- "tilda~field": {
80
- "type": "integer"
81
- },
82
- "slash/field": {
83
84
85
- "percent%field": {
86
87
- }
+ "tilda~field": {"type": "integer"},
+ "slash/field": {"type": "integer"},
+ "percent%field": {"type": "integer"}
88
},
89
"properties": {
90
"tilda": {"$ref": "#/$defs/tilda~0field"},
0 commit comments