We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c7255 commit bfdbe82Copy full SHA for bfdbe82
README.md
@@ -1,10 +1,8 @@
1
# json-schema-diff
2
3
-A work-in-progress tool to diff changes between JSON schemas. A lot of JSON schema features are not implemented and therefore ignored, such as:
4
-
5
-* `required`
6
-* `patternProperties` (entirely ignored)
7
-* `const` (changes from `{"const": "foo"}` to `{"type": "string"}` are not detected)
+A work-in-progress tool to diff changes between JSON schemas. A lot of JSON
+schema features are not implemented and therefore ignored, see [the issue
+tracker](https://github.com/getsentry/json-schema-diff/issues).
8
9
Use this tool as a best-effort to find obviously breaking changes in CI, but not for much more.
10
0 commit comments