Add support in v2 schema to include version in the generated UISchemas at the form component level. This allows client renderers to distinguish between versions when rendering the isolated form field component.
Action
- Add function to version v2 schema form field components
Expectation:
- Version automatically included in
generateUISchema() function
// Version automatically included
const uiElements = v2.generateUISchema(data);