dashjoin / json-schema-form

Angular JSON Schema Form Library
https://dashjoin.github.io/
Apache License 2.0
86 stars 27 forks source link

array validation issue #146

Closed fariz-huseynov closed 2 years ago

fariz-huseynov commented 2 years ago

if an array is required and its value is [ ], it doesn't validate the array. ex: image

aeberhart commented 2 years ago

This is actually correct according to the spec: https://json-schema.org/draft/2020-12/json-schema-validation.html#rfc.section.6.5.3

and this validator: https://www.jsonschemavalidator.net/s/rA8lIHcu