marshmallow-jsonschema 0.13.0
0
JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
Contents
JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
Stars: 208, Watchers: 208, Forks: 74, Open Issues: 63The fuhrysteve/marshmallow-jsonschema
repo was created 8 years ago and the last code push was 6 months ago.
The project is popular with 208 github stars!
How to Install marshmallow-jsonschema
You can install marshmallow-jsonschema using pip
pip install marshmallow-jsonschema
or add it to a project with poetry
poetry add marshmallow-jsonschema
Package Details
- Author
- Stephen Fuhry
- License
- MIT License
- Homepage
- https://github.com/fuhrysteve/marshmallow-jsonschema
- PyPi:
- https://pypi.org/project/marshmallow-jsonschema/
- GitHub Repo:
- https://github.com/fuhrysteve/marshmallow-jsonschema
Classifiers
Related Packages
Errors
A list of common marshmallow-jsonschema errors.
Code Examples
Here are some marshmallow-jsonschema
code examples and snippets.
GitHub Issues
The marshmallow-jsonschema package has 63 open issues on GitHub
- Nesting Schema Recursively Fails when using
lambda
: "AttributeError: 'function' object has no attribute 'fields'" - Add support for tuples
- Unsupported field type <fields.Tuple>?