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
I'm missing something. What is inherently bad about nullable: true?
In some cases, for example, generating Go code, you need to use nullable: true to generate proper models.
@lobocv you are missing that nullable : true is no more part of OAS 3.1 , it was part of OAS 3.0
it is replace by the fact that you have to leverage json schema type [ string , null ] for instance
Given an API in 3.1.0 (badly migrated from 3.0
given there is nullable : true inside ,
there should be a rules defaulted inside the engine that raise a warning about it
Sample specification : wrongly set nullable set line 172
The text was updated successfully, but these errors were encountered: