We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f74be + d07162b commit 20fb14bCopy full SHA for 20fb14b
tests/draft6/contains.json
@@ -125,26 +125,5 @@
125
"valid": false
126
}
127
]
128
- },
129
- {
130
- "description": "contains with false if subschema",
131
- "schema": {
132
- "contains": {
133
- "if": false,
134
- "else": true
135
- }
136
137
- "tests": [
138
139
- "description": "any non-empty array is valid",
140
- "data": ["foo"],
141
- "valid": true
142
143
144
- "description": "empty array is invalid",
145
- "data": [],
146
- "valid": false
147
148
- ]
149
150
0 commit comments