Tufin / oasdiff

OpenAPI Diff and Breaking Changes
https://www.oasdiff.com
Apache License 2.0
689 stars 59 forks source link

YAML/JSON field name typo: "reuired" -> "required" #492

Closed raphaelhuefner closed 7 months ago

raphaelhuefner commented 7 months ago

Describe the bug When listing all checks in YAML or JSON format, a "reuired" field shows up, which is clearly a typo of the intended "required".

To Reproduce Steps to reproduce the behavior:

  1. Run oasdiff checks --format yaml or oasdiff checks --format json
  2. Output: all entries have a "reuired" boolean field

Expected behavior

Desktop (please complete the following information):

Additional context

I suggested this PR to fix the typo: https://github.com/Tufin/oasdiff/pull/491

tcdsv commented 7 months ago

thanks for the typo report and PR fix.