flâneur — a map of the web's best reading

uiSchema | react-jsonschema-form

rjsf-team.github.io · 5,094 words · saved by 1 readers

JSON Schema is limited for describing how a given data type should be rendered as a form input component. That's why this library introduces the concept of uiSchema.

Version: Current (v6.6.2) On this page JSON Schema is limited for describing how a given data type should be rendered as a form input component. That's why this library introduces the concept of uiSchema. A UI schema is basically an object literal providing information on how the form should be rendered, while the JSON schema tells what . The uiSchema object follows the tree structure of the form field hierarchy, and defines how each property should be rendered. Note that almost every property within uiSchema can be rendered in one of two ways: {"ui:options": {[property]: [value]}} , or {"ui:[

Explore this link on the map →

saved by

related reading