dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
415 stars 108 forks source link

Implement `eql?` predicate to json-schema `const` keyword conversion #454

Closed jsonb-uy closed 1 year ago

jsonb-uy commented 1 year ago

Hi! This change would allow us to convert the eql? predicate to the const json-schema keyword which was available since the draft-06 of the spec.

References:

Thank you! 🙇