Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This module recursively parses openapi specs resolving references.

Note that this module *does not validate OAS spec* to avoid a long list of dependencies.
Before bundling your spec you should use an OAS validator (eg. [openapi-spec-validator](https://github.com/p1c2u/openapi-spec-validator) to ensure they are valid.

## Test

Tests run locally via
Expand Down