sourcemeta-jsonschema 12.0.0__tar.gz → 12.1.1__tar.gz
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.
Potentially problematic release.
This version of sourcemeta-jsonschema might be problematic. Click here for more details.
- {sourcemeta_jsonschema-12.0.0/sourcemeta_jsonschema.egg-info → sourcemeta_jsonschema-12.1.1}/PKG-INFO +1 -1
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/README.md +5 -3
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/setup.py +1 -1
- sourcemeta_jsonschema-12.1.1/sourcemeta_jsonschema/jsonschema-darwin-arm64 +0 -0
- sourcemeta_jsonschema-12.1.1/sourcemeta_jsonschema/jsonschema-darwin-x86_64 +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/jsonschema-linux-arm64 +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/jsonschema-linux-x86_64 +0 -0
- sourcemeta_jsonschema-12.1.1/sourcemeta_jsonschema/jsonschema-windows-x86_64.exe +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1/sourcemeta_jsonschema.egg-info}/PKG-INFO +1 -1
- sourcemeta_jsonschema-12.0.0/sourcemeta_jsonschema/jsonschema-darwin-arm64 +0 -0
- sourcemeta_jsonschema-12.0.0/sourcemeta_jsonschema/jsonschema-darwin-x86_64 +0 -0
- sourcemeta_jsonschema-12.0.0/sourcemeta_jsonschema/jsonschema-windows-x86_64.exe +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/MANIFEST.in +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/setup.cfg +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/__init__.py +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/__main__.py +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema.egg-info/SOURCES.txt +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema.egg-info/dependency_links.txt +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema.egg-info/entry_points.txt +0 -0
- {sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcemeta_jsonschema
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.1.1
|
|
4
4
|
Summary: The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines
|
|
5
5
|
Home-page: https://github.com/sourcemeta/jsonschema
|
|
6
6
|
Author: Sourcemeta
|
|
@@ -29,8 +29,10 @@ local development and when running on CI/CD pipelines. For example:
|
|
|
29
29
|
> [!TIP]
|
|
30
30
|
> Do you want to level up your JSON Schema skills? Check out
|
|
31
31
|
> [learnjsonschema.com](https://www.learnjsonschema.com), our growing JSON
|
|
32
|
-
> Schema documentation website,
|
|
33
|
-
>
|
|
32
|
+
> Schema documentation website, our [JSON Schema for
|
|
33
|
+
> OpenAPI](https://www.sourcemeta.com/courses/jsonschema-for-openapi) video
|
|
34
|
+
> course, and our O'Reilly book [Unifying Business, Data, and Code: Designing
|
|
35
|
+
> Data Products with JSON
|
|
34
36
|
> Schema](https://www.oreilly.com/library/view/unifying-business-data/9781098144999/).
|
|
35
37
|
|
|
36
38
|
***
|
|
@@ -130,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
|
|
|
130
132
|
uses: actions/checkout@v4
|
|
131
133
|
|
|
132
134
|
- name: Install the JSON Schema CLI
|
|
133
|
-
uses: sourcemeta/jsonschema@v12.
|
|
135
|
+
uses: sourcemeta/jsonschema@v12.1.1
|
|
134
136
|
|
|
135
137
|
# Then use as usual
|
|
136
138
|
- run: jsonschema fmt path/to/schemas --check
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name = "sourcemeta_jsonschema",
|
|
5
|
-
version = "12.
|
|
5
|
+
version = "12.1.1",
|
|
6
6
|
description = "The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines",
|
|
7
7
|
author = "Sourcemeta",
|
|
8
8
|
author_email = "hello@sourcemeta.com",
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcemeta_jsonschema
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.1.1
|
|
4
4
|
Summary: The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines
|
|
5
5
|
Home-page: https://github.com/sourcemeta/jsonschema
|
|
6
6
|
Author: Sourcemeta
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
{sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/__init__.py
RENAMED
|
File without changes
|
{sourcemeta_jsonschema-12.0.0 → sourcemeta_jsonschema-12.1.1}/sourcemeta_jsonschema/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|