@sourcemeta/jsonschema 9.1.1 → 9.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,6 +13,7 @@ maintaining **repositories of schemas** and ensuring their quality, both during
13
13
  local development and when running on CI/CD pipelines. For example:
14
14
 
15
15
  - Ensure your schemas are valid
16
+ - Debug unexpected schema validation results
16
17
  - Unit test your schemas against valid and invalid instances
17
18
  - Enforce consistent indentation and keyword ordering in your schema files
18
19
  - Detect and fix common JSON Schema anti-patterns
@@ -29,6 +30,10 @@ local development and when running on CI/CD pipelines. For example:
29
30
  > and Code: Designing Data Products with JSON
30
31
  > Schema](https://www.oreilly.com/library/view/unifying-business-data/9781098144999/).
31
32
 
33
+ ***
34
+
35
+ ![JSON Schema CLI Example](./assets/example.png)
36
+
32
37
  Version support
33
38
  ---------------
34
39
 
@@ -113,7 +118,7 @@ brew install sourcemeta/apps/jsonschema
113
118
  Where `X.Y.Z` is replaced with the desired version. For example:
114
119
 
115
120
  ```yaml
116
- - uses: sourcemeta/jsonschema@v9.1.1
121
+ - uses: sourcemeta/jsonschema@v9.2.0
117
122
  # Then use as usual
118
123
  - run: jsonschema fmt path/to/schemas --check
119
124
  ```
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcemeta/jsonschema",
3
- "version": "9.1.1",
3
+ "version": "9.2.0",
4
4
  "description": "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
5
5
  "main": "cli.js",
6
6
  "bin": {