Skip to content

Commit

Permalink
Documentation Ruleset no error on missing Request Body description
Browse files Browse the repository at this point in the history
Documentation ruleset does not need to error if the description for the requestBody is missing. 

However, the rule should error if descriptions for items in the request body are lacking description.
  • Loading branch information
dtolb committed Jun 25, 2024
1 parent 133a84c commit 597da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
'$.server',
'$.externalDocs',
'$.paths.*.*.parameters.*',
'$.paths.*.*.requestBody',
'$.paths.*.*.requestBody.content.*.schema.properties.*',
'$.paths.*.*.responses.*',
'$.paths.*.*.examples.*',
'$.paths.*.*.responses.links.*',
Expand Down

0 comments on commit 597da29

Please sign in to comment.