softwaremill / sttp-apispec

OpenAPI, AsyncAPI and JSON Schema Scala models.
Apache License 2.0
24 stars 11 forks source link

support nullable for anyOf & oneOf #118

Closed eanea closed 11 months ago

eanea commented 11 months ago

needed for https://github.com/softwaremill/tapir/pull/3235

adamw commented 11 months ago

We took a different approach (generating the appropriate oneOf on the tapir end)