From 60701962b8578be73a4a6dc23906a272680ac16a Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Mon, 3 Jul 2017 19:03:53 -0700 Subject: [PATCH] Nullify Schemes selector in OAS3 --- src/core/plugins/oas3/wrap-selectors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/plugins/oas3/wrap-selectors.js b/src/core/plugins/oas3/wrap-selectors.js index c74c1d80..d47e3ec3 100644 --- a/src/core/plugins/oas3/wrap-selectors.js +++ b/src/core/plugins/oas3/wrap-selectors.js @@ -52,6 +52,7 @@ export const host = OAS3NullSelector export const basePath = OAS3NullSelector export const consumes = OAS3NullSelector export const produces = OAS3NullSelector +export const schemes = OAS3NullSelector // New selectors