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
We can use JSON-LD frames to unify the schemas. Ultimately all we need to do is devise semantic definitions and setup a JSON-LD Context for each $validator.
It seems fundamentally, they use jsonld style syntax and enforce it by specifying all possible instance combinations up-front while we allow instances to reference their own validators. We might be able to find a middle ground but should probably adopt jsonld style syntax: i.e. @context/@type as opposed to $validator.
Utilizing this we can devise two-way conversions between a unifying schema and independent schemas used by external applications and databases.
The text was updated successfully, but these errors were encountered: