You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all of the conditions are met in the form, there is a warning in the console, and values are not merged:
could not merge subschemas in allOf:
Error: No resolver found for key customProperty. You can provide a resolver for this keyword in the options, or provide a default resolver
Prerequisites
What theme are you using?
core
Is your feature request related to a problem? Please describe.
In a JSON schema, there is a possibility to use if else then. I want to define a JSON schema with a custom keyword
If all of the conditions are met in the form, there is a warning in the console, and values are not merged:
Describe the solution you'd like
RJSF library uses json schema merge all library under the hood to merge subschemas. There is an option to add custom resolvers via options property .
Now,
packages/utils/src/schema/retrieveSchema.ts
code where merging happens looks likeThe idea is to be able to provide custom mergeAllOf resolvers
So the end result will be like
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: