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
added new API which is returning data about relations between JSON schemas
hosted on the platform. These data are generated with the networkx Python
library and returned as JSON object compatible with D3.js;
added a new D3.js graph which is using the new API;
added a new view which presents all relations (refs) of a JSON object (self,
external and recursive references are supported).