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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhance OpenAPI walker to visit references.
Add validation rule regarding the discriminator property
Correct the handling for the binary and byte data format.
Process the V2 produces property properly when it is specified in both the document scope and the operation scope, regardless of the order of appearance in the document.
Fix bugs: duplicate response causing error, null reference issue in a parameter without a schema, null should be allowed as a default when a schema allows nullable, make the writer culture-invariant