adrienbrault/json-schema-to-gbnf

This doesn't work for array enums

Opened this issue · 1 comments

Array enums aren't strict, as they should be. The grammar generated still allows for values that are not in the enum of the array type to be added.

Could you provide a json schema that exhibits the issue?