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
Make schema-profunctor schema names derived and avoid name clashes between scopes. (#5151)
* Script for generating kotlin and typescript code from swagger.json.
* openapi3 aka swagger: Make schema names unique(r).
With this change, schema names contain a hash of the fully qualified
name of the haskell type. This should avoid collisions in the hash
table keeping track of all the schema references in openapi3.
* Remove now unused name arguemnts from object, enum.
* Keep named variants of object, enum, ... around for corner cases.
* Versioned schemas.
* Drive-by test coverage extension.
0 commit comments