Skip to content

Commit

Permalink
refactor: add empty line between operations
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcloud committed Mar 28, 2024
1 parent f568552 commit 3a81c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/plugins/oas3/components/request-body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const RequestBody = ({
{
Map.isMap(bodyProperties) && bodyProperties.entrySeq().map(([key, schema]) => {
if (schema.get("readOnly")) return

const schemaWithoutKeywords = schema.filter((v, k) => k !== "oneOf"
&& k !== "anyOf"
&& k !== "$$ref"
Expand Down

0 comments on commit 3a81c9b

Please sign in to comment.