From 778f841de8ebfa36a0e81d16a0e0b8f8e4517b42 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Sat, 6 Jul 2019 18:28:30 +0200 Subject: [PATCH] Suggest using OAS validator. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63fb201..b83c40b 100644 --- a/README.md +++ b/README.md @@ -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