API Reference
API documentation for react-jsonschema-form.
LayoutGridField
The LayoutGridField will render a schema, uiSchema and formData combination out into a GridTemplate in the shape
Dynamic uiSchema Examples
Backward Compatibility Examples
<Form /> Props
acceptCharset
themes
5 items
uiSchema
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.
RJSF utility functions, constants and types
In version 5, the utility functions from @rjsf/core/utils were refactored into their own library called @rjsf/utils.
@rjsf/validator-ajv8 APIs
In RJSF version 6, the original, embedded AJV 6 validator implementation from earlier versions was removed in favor of the @rjsf/validator-ajv8 package.
@rjsf/validator-ata APIs
@rjsf/validator-ata is an alternative to @rjsf/validator-ajv8, backed by ata-validator instead of AJV.