compaREST icon indicating copy to clipboard operation
compaREST copied to clipboard

Compatibility checker for OpenAPI

Results 29 compaREST issues
Sort by recently updated
recently updated
newest added

Running on relatively small (70 KB) inputs yields 1-2 seconds runtimes which seems unreasonably large. Find out if there are easy ways of reducing runtime.

enhancement

Callback have some non-trivial templating in the path keys that seems to not be implemented in `openapi3`

uncommon in practice

https://typeable.slack.com/archives/C01N72YV29L/p1624459527017500

There are no identifiers for security schemes in openapi. Think how to identify them in reports

Currently adding a type is considered a breaking change, and removing it is considered a non-breaking change.

Currently if the producer schema indicates that no values of a particular type are allowed, we test the consumer formula for whether it is contradictory, i.e. whether it also allows...