Contents

marshmallow-jsonschema 0.13.0

0

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow

Stars: 203, Watchers: 203, Forks: 72, Open Issues: 64

The fuhrysteve/marshmallow-jsonschema repo was created 8 years ago and the last code push was 6 days ago.
The project is popular with 203 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

No  marshmallow-jsonschema  pypi packages just yet.

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 64 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>?

See more issues on GitHub

Related Packages & Articles

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonref 1.1.0

jsonref is a library for automatic dereferencing of JSON Reference objects for Python.