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
Currently, there is a stub named validateSchemaSpec that was intended to validate schema specifications (i.e. nickname/library/version specs), probably in the already parsed form of SchemaSpec objects, but nothing calls it and it currently only does an object type check. What would need to be done to implement this?
The text was updated successfully, but these errors were encountered:
I think this might be meant for the implementation of lazy schema loading --- where users can specify an arbitrary number of partnered schemas without prefixes and they are loaded one at a time if no conflicts. The loader must raise an exception if a conflict occurs and the validation should not proceed.
Currently, there is a stub named
validateSchemaSpec
that was intended to validate schema specifications (i.e. nickname/library/version specs), probably in the already parsed form ofSchemaSpec
objects, but nothing calls it and it currently only does an object type check. What would need to be done to implement this?The text was updated successfully, but these errors were encountered: