Disable OpenAPI validation when compare OpenAPI files. #1380
Unanswered
dilanka-cacib
asked this question in
Ask For Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello...
I am using specmatic in my java - spring boot project to compare 2 OpenAPI files to check whether they are backward compatible or not.
Previously I used specmatic v0.81.2 and recently I updated specmatic version to latest version. Now I recieve some OpenAPI Validation errors when I try to compare OpenAPI Files... Is there any way disable this validation in specmatic latest version.
Steps to reproduce
java -jar specmatic.jar compare openapi_specmatic_enum_issue.yaml openapi_specmatic_enum_issue.yaml
java -jar specmatic.jar compare openapi_specmatic_enum_issue.yaml openapi_specmatic_enum_issue.yaml
I want to avoid these kinds of new OpenAPI validation checks you introduced in later versions and use latest version... Is that possible?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions