Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

@apielements/openapi2-parser@0.32.6

Choose a tag to compare

@kylef kylef released this 15 Jul 16:26
· 10 commits to master since this release

Bug Fixes

  • Fixes generating example JSON bodies from Swagger Schema when the schema contains a reference to a JSON path which prefixes the current path, for example when handling a path such as $ref: '#/definitions/User' from a path which prefixes it such as $ref: '#/definitions/UserList'.