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
In OpenAPI v3.1 the nullable property was replaced with a "typed array",
that is an array that can either be of type T or null.
To make the minimal amount of changes this commit converts a type array
back into what a 3.0 parser would expect.
Closesacacode#991
0 commit comments