Compatibility checker for OpenAPI
Go to file
mniip 7029d2439b
Add disjointness heuristic with the help of partitioning (#107)
* Try to detect disjointness in oneOf via partitioning

* Split OpenAPI.Checker.Validate.Schema into modules

* Refactor schema code

* Tweak error messages for NoContradiction

* Refined reports

Co-authored-by: iko <ilyakooo0@gmail.com>
2021-07-16 15:39:22 +03:00
.github/workflows Added styling to HTML output (#84) 2021-06-22 17:15:57 +03:00
app Added support for modes (#101) 2021-07-02 16:17:53 +03:00
awsm-css@ad03dcf22f Added styling to HTML output (#84) 2021-06-22 17:15:57 +03:00
benchmarks Added preliminary report example (#105) 2021-07-15 09:30:01 +03:00
src Add disjointness heuristic with the help of partitioning (#107) 2021-07-16 15:39:22 +03:00
test Add disjointness heuristic with the help of partitioning (#107) 2021-07-16 15:39:22 +03:00
.gitignore Added JSON Path jets (#75) 2021-06-08 17:57:13 +03:00
.gitmodules Added styling to HTML output (#84) 2021-06-22 17:15:57 +03:00
.hlint.yaml Added server checking (#42) 2021-05-07 17:54:54 +03:00
CHANGELOG.md rename 2021-02-25 16:25:50 +05:00
LICENSE init 2021-02-24 11:44:45 +05:00
openapi-diff.cabal Add disjointness heuristic with the help of partitioning (#107) 2021-07-16 15:39:22 +03:00
README.md rename 2021-02-25 16:25:50 +05:00
stack.yaml Splitting (#104) 2021-07-15 18:03:19 +03:00
stack.yaml.lock Splitting (#104) 2021-07-15 18:03:19 +03:00

openapi-diff

Hackage Stackage Lts Stackage Nightly MIT license

Compatibility checker for OpenAPI