@sourcemeta/jsonschema 16.8.0 → 16.9.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.markdown +5 -1
- 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-arm64-musl +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
|
@@ -101,6 +101,10 @@ documentation:
|
|
|
101
101
|
- [`jsonschema decode`](./docs/decode.markdown)
|
|
102
102
|
- [`jsonschema install`](./docs/install.markdown) (for fetching external schema dependencies)
|
|
103
103
|
|
|
104
|
+
> See [Resolving External References](./docs/guides/resolution.markdown) for how the
|
|
105
|
+
CLI locates the schemas that your schemas reference, covering the
|
|
106
|
+
`--resolve/-r` option, URI remapping, and HTTP resolution.
|
|
107
|
+
|
|
104
108
|
> See [`jsonschema.json`](./docs/configuration.markdown) for an _experimental_
|
|
105
109
|
manifest for describing JSON Schema data models inspired by NPM's
|
|
106
110
|
`package.json`, including dependency management.
|
|
@@ -158,7 +162,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
158
162
|
uses: actions/checkout@v4
|
|
159
163
|
|
|
160
164
|
- name: Install the JSON Schema CLI
|
|
161
|
-
uses: sourcemeta/jsonschema@v16.
|
|
165
|
+
uses: sourcemeta/jsonschema@v16.9.0
|
|
162
166
|
|
|
163
167
|
# Then use as usual
|
|
164
168
|
- run: jsonschema fmt path/to/schemas --check
|
|
Binary file
|
|
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": "16.
|
|
3
|
+
"version": "16.9.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. By a member of the JSON Schema Technical Steering Committee",
|
|
5
5
|
"main": "npm/main.js",
|
|
6
6
|
"exports": {
|