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
I would like a way to get a list of all the registered schemas in the repository.
My main use case for this is during testing it would be nice to be able to clear the registry between tests in order to start with a clean slate per test, if needed. So a list of schema urls would allow dynamic calls to unregister. A function to clear the repository would do just as well.