From f30d89af1b5889430bd79595886e9e00e7410450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Tue, 6 Jun 2023 15:09:06 +0200 Subject: [PATCH] fix(oas31): fix rendering of Schema Object inside Operation Object (#8887) --- src/core/plugins/oas31/wrap-components/model.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/plugins/oas31/wrap-components/model.jsx b/src/core/plugins/oas31/wrap-components/model.jsx index 1e990fde..45d91ba3 100644 --- a/src/core/plugins/oas31/wrap-components/model.jsx +++ b/src/core/plugins/oas31/wrap-components/model.jsx @@ -141,7 +141,7 @@ const ModelWrapper = createOnlyOAS31ComponentWrapper( upperFirst: fn.upperFirst, isExpandable: makeIsExpandable( fn.jsonSchema202012.isExpandable, - system + getSystem ), getProperties, },