networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
800 stars 320 forks source link

Do the values of allOf need to be validated as arrays? #1034

Closed peacetrue closed 1 month ago

peacetrue commented 2 months ago

I accidentally wrote the wrong type for allOf, causing an exception, but should this have been checked?

image image image