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
Hey @amansx, I was looking for the same thing and managed to resolve it by first reading all the schemas in the global registry and then performing the validations.
I don't think this is supported right now as during the Marshal process we only serialize the reference hence it doesn't print out the resolved schema if you try to print it out. For that to happen we would need to extend the marshalling to serialize the r.resolved schema instead of it's reference. If we do add this, I'd like to have this under a flag or env var of some sort.
How can I make the "remote" refs here, be normalized as one consolidated schema?
The text was updated successfully, but these errors were encountered: