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
hard-coding the location of the schemas and registry files in validate.js is probably better than hard-coding them in package.json since (a) it is closer to the actual code and (b) clients are supposed to use validate.js to retrieve the registries and other exposed functions/structures.
validate.js should be renamed registries.js (or index.js or something more general) since it exposes more than validation methods.
Currently the mapping is through file names:
registries/src/main/scripts/validate.js
Line 41 in e1795fb
The text was updated successfully, but these errors were encountered: