I’m new to JSONForms and I’m trying to figure out how to use the uischemas registry features. It was mentioned in an answer that I found, but I have not been able to find any documentation on it’s usage. I also do not see a similar feature to import, as what exists with the materialCells and materialRenderers within the @jsonformst/material-renderers.
Are there any documents and examples that covers the uischemas registry feature?
I have a number of schemas that are being expanded with the use of $ref. One of the sub-schemas is repeated in all of the forms that I’m needing to implement, but instead of hard-coding the exact same fragment in all uischemas that I need to create, I’m wanting to define those six fields only once in a sub-uischema and then pull them in to the uischemas similarly as to how $ref works.
The existence of a uischemas registry feature was mentioned in suggestion number three in this question:
Mention of the uischemas registry feature
edit: I thought I found the full post on this forums, of which I was wrong.
So here is the original URL that includes the replies and suggestions. So sorry about that…
original URL: Mention of the uischemas registry feature
Thanks greatly to any help that you can provide!