open-api-spex / open_api_spex

Open API Specifications for Elixir Plug applications
Mozilla Public License 2.0
706 stars 183 forks source link

Cast discriminator when no title present #574

Closed albertored closed 10 months ago

albertored commented 10 months ago

When elements of a discriminator does not have a title property the cast fails. The mapping can indeed contain references so we can fallback to use them to retrieve the discriminator schema from ctx.schemas.

A part for variables renaming the main change is this