API Reference
API documentation for react-jsonschema-form.
📄️ <Form /> Props
acceptcharset
🗃️ themes
3 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 5, the original, embedded AJV 6 validator implementation from earlier versions was extracted into its own package, @rjsf/validator-ajv6, which was immediately deprecated since AJV 6 is no longer getting maintenance updates.