GenSON icon indicating copy to clipboard operation
GenSON copied to clipboard

Enable adding a custom field to all nodes.

Open wolverdude opened this issue 2 years ago • 0 comments

In order to add a custom field to all schema nodes, a user would have to subclass every schema strategy and add code to it for that new field, and then create a new SchemaBuilder class with all those SchemaStrategy subclasses. This is an unreasonable amount of work for such a simple change.

GenSON should have a relatively simple, documented path for this use-case.

See Issue #65 for more context.

wolverdude avatar Feb 21 '23 04:02 wolverdude