openapi-changes icon indicating copy to clipboard operation
openapi-changes copied to clipboard

[bug] ordering in required statement should not matter

Open LasneF opened this issue 1 year ago • 1 comments

required ;

  • a
  • b

and required :

  • b
  • a

should not be considered as a difference even not a warning or noticed

LasneF avatar Feb 26 '24 17:02 LasneF