This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
·
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'
.