request-required-property-became-not-write-only
Request required property became not write-only.
directionrequestareaschemakindmutabilityactionchange
Not breaking (level: info)
oasdiff reports this in the changelog but does not treat it as a breaking change, so it does not fail CI by default.
Change its severity or ignore it
To change the severity oasdiff assigns to request-required-property-became-not-write-only, list its id and a level in a severity-levels file, one rule per line. The level can be err, warn, or info, or none to disable the check entirely:
# severity.txt
request-required-property-became-not-write-only errThen pass it to oasdiff:
oasdiff changelog base.yaml revision.yaml --severity-levels severity.txtSetting the level to none disables the check, so it is no longer reported at all.