You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not until we migrate to OpenAPI 3.1 @gr2m. The concept of "nullable references" doesn't work in 3.0 and this is our current workaround. In 3.1 we'll be able to do this:
follow up to #543 (review)
Is there any way to remove the duplication between the existing components and their newly introduced
nullable-*
counterparts?Example:
and
Is nearly the same, the only diff is
+ "nullable": true
This will generate a ton of unnecessary code down the line.
It's not a critical problem, but I'd appreciate if we could remove the duplication somehow
The text was updated successfully, but these errors were encountered: