Skip to content

Commit

Permalink
Rephrase creating a schema
Browse files Browse the repository at this point in the history
  • Loading branch information
a3957273 committed Feb 15, 2024
1 parent 170a482 commit 18d16fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import DocsWrapper from 'src/docs/DocsWrapper'
# Creating and Uploading schemas

Bailo makes use of the [RJSF](https://react-jsonschema-form.readthedocs.io/en/latest/) (react-jsonschema-form) library
in order to dynamically create its upload & access request forms. These forms can be constructed of various existing
widgets, or even use custom widgets defined in Bailo.
in order to dynamically create its upload & access request forms. These forms are constructed using existing widgets, or
custom widgets that have been created specifically for Bailo.

## Example / minimal schemas

Expand Down

0 comments on commit 18d16fd

Please sign in to comment.