@sourcemeta/jsonschema 15.5.1 → 15.6.1
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.markdown +3 -2
- package/build/github-releases/jsonschema-darwin-arm64 +0 -0
- package/build/github-releases/jsonschema-darwin-x86_64 +0 -0
- package/build/github-releases/jsonschema-linux-arm64 +0 -0
- package/build/github-releases/jsonschema-linux-x86_64 +0 -0
- package/build/github-releases/jsonschema-linux-x86_64-musl +0 -0
- package/build/github-releases/jsonschema-windows-x86_64.exe +0 -0
- package/package.json +1 -1
package/README.markdown
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](https://github.com/sourcemeta/jsonschema/actions)
|
|
8
8
|
[](https://github.com/sourcemeta/jsonschema/graphs/contributors/)
|
|
9
9
|
[](https://github.com/sourcemeta/jsonschema/blob/main/.pre-commit-hooks.yaml)
|
|
10
|
+
[](https://doi.org/10.5281/zenodo.20086212)
|
|
10
11
|
|
|
11
12
|
[](https://snapcraft.io/jsonschema)
|
|
12
13
|
|
|
@@ -54,7 +55,7 @@ We aim to fully support _every_ version of JSON Schema and combinations between
|
|
|
54
55
|
| JSON Schema Draft 7 | **Full** |
|
|
55
56
|
| JSON Schema Draft 6 | **Full** |
|
|
56
57
|
| JSON Schema Draft 4 | **Full** |
|
|
57
|
-
| JSON Schema Draft 3 | Partial (except `codegen`
|
|
58
|
+
| JSON Schema Draft 3 | Partial (except `codegen`) |
|
|
58
59
|
| JSON Schema Draft 2 | Partial (except `validate`, `test`, `metaschema`, `upgrade`, `codegen`, and `lint`) |
|
|
59
60
|
| JSON Schema Draft 1 | Partial (except `validate`, `test`, `metaschema`, `upgrade`, `codegen`, and `lint`) |
|
|
60
61
|
| JSON Schema Draft 0 | Partial (except `validate`, `test`, `metaschema`, `upgrade`, `codegen`, and `lint`) |
|
|
@@ -146,7 +147,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
146
147
|
uses: actions/checkout@v4
|
|
147
148
|
|
|
148
149
|
- name: Install the JSON Schema CLI
|
|
149
|
-
uses: sourcemeta/jsonschema@v15.
|
|
150
|
+
uses: sourcemeta/jsonschema@v15.6.1
|
|
150
151
|
|
|
151
152
|
# Then use as usual
|
|
152
153
|
- run: jsonschema fmt path/to/schemas --check
|
|
Binary file
|
|
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": "15.
|
|
3
|
+
"version": "15.6.1",
|
|
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. By a member of the JSON Schema Technical Steering Committee",
|
|
5
5
|
"main": "npm/main.js",
|
|
6
6
|
"exports": {
|