python-jsonschema-objects
python-jsonschema-objects copied to clipboard
Automatic Python binding generation from JSON Schemas
Hi, if, for example I have a schema that has a duplicated class name, whats the best way to handle this? Currently the class builder "fails" silenty. E.g. I reference...
Consider the following json schema snippet to define a property: ```json { "type" : "number", "minimum" : 0, "maximum" : 1, "default": 0 } ``` The code that sets the...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
python version: 3.11.7 python-jsonschema-objects version: fd28c9cc4bd623627ef943ecf62ec12e85cd1105 (installed from git) **Describe the bug** ``` /home/andrew/PyCharmProjects/json2protobuf/.venv/lib/python3.11/site-packages/python_jsonschema_objects/__init__.py:60: UserWarning: Schema version https://json-schema.org/draft/2020-12/schema not recognized. Some keywords and features may not be supported. warnings.warn( Traceback...
Set up tests against the schema provided in #281, and see if we can figure out why it doesn't parse.
updates readme. Seems like usage changed over the years from `builder = pjs.ObjectBuilder(examples['Example Schema'])` to `builder = pjs.ObjectBuilder(examples)` The former gives the following error: `KeyError Traceback (most recent call last)...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.1. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.1 🚑🔏 Oopsie... We missed a tiny bug in the attestations feature the other day The problem was...
**Describe the bug** I only recently tried to switch to version 0.5.5 (from 0.4.6) and noticed that apparently relative `$ref`s in a referenced document are not resolved correctly anymore with...