-
Notifications
You must be signed in to change notification settings - Fork 10
Closed as not planned
Labels
Description
Describe the feature you'd like to request
To save on compiling time it would be nice to allow use "schema.json"
Describe the solution you'd like
When use "schema.json"
is used, it should merge the given json to the main idea
Describe alternatives you've considered
I could make a custom class written on top of Transformer
that merges a json, but imagine that everyone needs to do that to have this feature too.