@sourcemeta/jsonschema 7.3.0 → 7.4.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
|
@@ -62,6 +62,7 @@ following pages describe each command in detail. Additionally, running the JSON
|
|
|
62
62
|
Schema CLI without passing a command will print convenient reference
|
|
63
63
|
documentation:
|
|
64
64
|
|
|
65
|
+
- [`jsonschema version`](./docs/version.markdown)
|
|
65
66
|
- [`jsonschema validate`](./docs/validate.markdown)
|
|
66
67
|
- [`jsonschema metaschema`](./docs/metaschema.markdown) (ensure a schema is valid)
|
|
67
68
|
- [`jsonschema test`](./docs/test.markdown) (write unit tests for your schemas)
|
|
@@ -111,7 +112,7 @@ brew install sourcemeta/apps/jsonschema
|
|
|
111
112
|
Where `X.Y.Z` is replaced with the desired version. For example:
|
|
112
113
|
|
|
113
114
|
```yaml
|
|
114
|
-
- uses: sourcemeta/jsonschema@v7.
|
|
115
|
+
- uses: sourcemeta/jsonschema@v7.4.0
|
|
115
116
|
# Then use as usual
|
|
116
117
|
- run: jsonschema fmt path/to/schemas --check
|
|
117
118
|
```
|
package/jsonschema-darwin-arm64
CHANGED
|
Binary file
|
package/jsonschema-darwin-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
package/jsonschema-linux-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourcemeta/jsonschema",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.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": {
|