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 have an use case where I need to compare two json schemas and check if the schema A is compatible with schema B are not. To do this, I need to access to the underlying SchemaTree data structures constructed from the raw json schema file. Could you expose the internal schema data structures used in this package ? Or is there some other way I can get hold of the schema tree.
Thanks,
Venkat.
The text was updated successfully, but these errors were encountered:
I have an use case where I need to compare two json schemas and check if the schema A is compatible with schema B are not. To do this, I need to access to the underlying SchemaTree data structures constructed from the raw json schema file. Could you expose the internal schema data structures used in this package ? Or is there some other way I can get hold of the schema tree.
Thanks,
Venkat.
The text was updated successfully, but these errors were encountered: