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 4ca4af2 commit b00ba57Copy full SHA for b00ba57
tests/draft4/optional/unicode.json
@@ -67,7 +67,7 @@
67
"schema": {
68
"type": "object",
69
"patternProperties": {
70
- "\\wcole": true
+ "\\wcole": {}
71
},
72
"additionalProperties": false
73
@@ -94,7 +94,7 @@
94
95
96
97
- "[a-z]cole": true
+ "[a-z]cole": {}
98
99
100
@@ -121,7 +121,7 @@
121
122
123
124
- "^\\d+$": true
+ "^\\d+$": {}
125
126
127
0 commit comments