SCHEMA

Note

This document will be completed in future.

Meanwhile, all the following things have been documented in React JSON Form's sister project: django-jsonform.

Schema guide #

Documented here: https://django-jsonform.readthedocs.io/en/latest/schema.html

Input types #

Documented here: https://django-jsonform.readthedocs.io/en/latest/guide/inputs.html

Also, checkout the playground.

Uploading files #

Documented here: https://django-jsonform.readthedocs.io/en/latest/guide/upload.html

Although the code examples in the document is for Django (Python) backend, but the concept can be adapted to any language.

Autocomplete input #

Documented here: https://django-jsonform.readthedocs.io/en/latest/guide/autocomplete.html

Although the code examples in the document is for Django (Python) backend, but the concept can be adapted to any language.