Metadata-Version: 2.1
Name: django-validated-jsonfield
Version: 1.0.1
Summary: Add a schema with validation to your jsonfield
Home-page: https://gitlab.com/loic.quertenmont/django_validated_jsonfield
Keywords: django,JSONField,json-schema,drf-yasg,coreapi
Author: Loic Quertenmont
Author-email: loic@youmeal.io
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django (>=2.2.0)
Requires-Dist: djangorestframework (>=3.11.0)
Requires-Dist: drf_yasg
Requires-Dist: jsonschema
Requires-Dist: jsonschema-to-openapi (>=0.2.1)
Project-URL: Repository, https://gitlab.com/loic.quertenmont/django_validated_jsonfield
Description-Content-Type: text/markdown

# django_validated_jsonfield

django_validated_jsonfield is an inplace replacement for JSONField which supports providing a json_schema for validating the field's data via django validation and also via rest framework serializer fields.
The field is also documented using drf_yasg
