dry-rb / dry-schema

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

Support anyOf composition in JSON schema output #408

Closed robhanlon22 closed 2 years ago

robhanlon22 commented 2 years ago

Hi! It's been awhile 😄 This implements visit_or within Dry::Schema::JSONSchema::SchemaCompiler so that composition of predicates and schemata can be converted to JSON schemas.