You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Nowadays most APIs are documented with Open API Specification (OAS) either using the 2.x.x version or 3.x.x version of this specification.
When is builded the API acceptance test, is not possible to do schema validation to the API based on its OAS.
Describe the solution you'd like
Add to the API acceptance test the implementation of a third party library that supports the schema validation based on its OAS.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Nowadays most APIs are documented with Open API Specification (OAS) either using the 2.x.x version or 3.x.x version of this specification.
When is builded the API acceptance test, is not possible to do schema validation to the API based on its OAS.
Describe the solution you'd like
Add to the API acceptance test the implementation of a third party library that supports the schema validation based on its OAS.
The text was updated successfully, but these errors were encountered: