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 b6b00f9 commit b714a18Copy full SHA for b714a18
tests/draft6/not.json
@@ -91,6 +91,27 @@
91
"valid": true
92
}
93
]
94
+ },
95
+ {
96
+ "description": "not with boolean schema true",
97
+ "schema": {"not": true},
98
+ "tests": [
99
100
+ "description": "any value is invalid",
101
+ "data": "foo",
102
+ "valid": false
103
+ }
104
+ ]
105
106
107
+ "description": "not with boolean schema false",
108
+ "schema": {"not": false},
109
110
111
+ "description": "any value is valid",
112
113
+ "valid": true
114
115
116
-
117
0 commit comments