@sourcemeta/jsonschema 14.14.2 → 14.15.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 +9 -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
|
@@ -65,6 +65,14 @@ What our users are saying
|
|
|
65
65
|
[@alombarte](https://github.com/alombarte), co-founder of the
|
|
66
66
|
[KrakenD](https://www.krakend.io) API Gateway.
|
|
67
67
|
|
|
68
|
+
> Huge shout out to this tool. Our governance pipeline uses it to produce
|
|
69
|
+
> better analysis of the examples in our OpenAPI documents. While Spectral does
|
|
70
|
+
> some basic validation of examples, the diagnostics from this tool are far
|
|
71
|
+
> superior.
|
|
72
|
+
|
|
73
|
+
[@DavidBiesack](https://github.com/DavidBiesack), Chief API Officer at
|
|
74
|
+
[Apiture](https://www.apiture.com).
|
|
75
|
+
|
|
68
76
|
Usage
|
|
69
77
|
-----
|
|
70
78
|
|
|
@@ -135,7 +143,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
135
143
|
uses: actions/checkout@v4
|
|
136
144
|
|
|
137
145
|
- name: Install the JSON Schema CLI
|
|
138
|
-
uses: sourcemeta/jsonschema@v14.
|
|
146
|
+
uses: sourcemeta/jsonschema@v14.15.0
|
|
139
147
|
|
|
140
148
|
# Then use as usual
|
|
141
149
|
- 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": "14.
|
|
3
|
+
"version": "14.15.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": "npm/main.js",
|
|
6
6
|
"exports": {
|