Skip to content

Commit bfdbe82

Browse files
authored
doc: Remove feature list from README (#18)
1 parent c1c7255 commit bfdbe82

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# json-schema-diff
22

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)
3+
A work-in-progress tool to diff changes between JSON schemas. A lot of JSON
4+
schema features are not implemented and therefore ignored, see [the issue
5+
tracker](https://github.com/getsentry/json-schema-diff/issues).
86

97
Use this tool as a best-effort to find obviously breaking changes in CI, but not for much more.
108

0 commit comments

Comments
 (0)