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 9370fd8 commit 0559350Copy full SHA for 0559350
Cargo.toml
@@ -3,6 +3,7 @@ name = "json-schema-diff"
3
version = "0.1.0"
4
edition = "2021"
5
license = "Apache 2.0"
6
+description = "Diff changes between JSON schema files."
7
8
[lib]
9
name = "json_schema_diff"
README.md
@@ -1,6 +1,6 @@
1
# json-schema-diff
2
-A work-in-progress tool to diff changes between code schemas. A lot of JSON schema features are not implemented and therefore ignored, such as:
+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:
* `required`
* `patternProperties` (entirely ignored)
0 commit comments