Skip to content

Commit

Permalink
fix(oas31): fix rendering of Schema Object inside Operation Object (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jun 6, 2023
1 parent f2b0d4a commit f30d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/plugins/oas31/wrap-components/model.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const ModelWrapper = createOnlyOAS31ComponentWrapper(
upperFirst: fn.upperFirst,
isExpandable: makeIsExpandable(
fn.jsonSchema202012.isExpandable,
system
getSystem
),
getProperties,
},
Expand Down

0 comments on commit f30d89a

Please sign in to comment.