Skip to content

A library to generate Pydantic Models from jsonschema at runtime.

License

Notifications You must be signed in to change notification settings

thomas-maschler/pydantic_jsonschema

Repository files navigation

Pydantic jsonschema

A library to generate Pydantic Modules from JSONSCHEMA at runtime

from pydantic_jsonschema.parser import from_json_schema

MyModel = from_json_schema("path_to_file.json")

MyModel(**kwags)

About

A library to generate Pydantic Models from jsonschema at runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages