@sourcemeta/jsonschema 14.20.1 → 14.20.2
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 +14 -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-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
|
@@ -24,6 +24,9 @@ local development and when running on CI/CD pipelines. For example:
|
|
|
24
24
|
|
|
25
25
|
[**Check out the documentation to learn more**](#usage)
|
|
26
26
|
|
|
27
|
+
Pairs with [Sourcemeta One](https://www.sourcemeta.com) for a complete schema
|
|
28
|
+
registry workflow.
|
|
29
|
+
|
|
27
30
|
***
|
|
28
31
|
|
|
29
32
|
> [!TIP]
|
|
@@ -143,7 +146,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
143
146
|
uses: actions/checkout@v4
|
|
144
147
|
|
|
145
148
|
- name: Install the JSON Schema CLI
|
|
146
|
-
uses: sourcemeta/jsonschema@v14.20.
|
|
149
|
+
uses: sourcemeta/jsonschema@v14.20.2
|
|
147
150
|
|
|
148
151
|
# Then use as usual
|
|
149
152
|
- run: jsonschema fmt path/to/schemas --check
|
|
@@ -254,6 +257,16 @@ aggressive processor-specific optimisations cause any issues (we heard of some
|
|
|
254
257
|
`Illegal instruction` cases), then configure the project with
|
|
255
258
|
`-DJSONSCHEMA_PORTABLE:BOOL=ON`.
|
|
256
259
|
|
|
260
|
+
Going Further
|
|
261
|
+
-------------
|
|
262
|
+
|
|
263
|
+
The JSON Schema CLI handles the local development and CI/CD side of schema
|
|
264
|
+
management. For teams that need to publish, discover, and govern schemas across
|
|
265
|
+
an organisation, [Sourcemeta One](https://www.sourcemeta.com) is a self-hosted
|
|
266
|
+
JSON Schema registry that pairs directly with this CLI. It is designed by the
|
|
267
|
+
same team, requires no database, deploys as a single Docker container, and is
|
|
268
|
+
free to deploy.
|
|
269
|
+
|
|
257
270
|
License
|
|
258
271
|
-------
|
|
259
272
|
|
|
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": "14.20.
|
|
3
|
+
"version": "14.20.2",
|
|
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": "npm/main.js",
|
|
6
6
|
"exports": {
|