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
Change the only method of ToSchema to declareNamedSchema which should produce a NamedSchema
along with a list of schema definitions used to produce it;
Add declareSchema, declareSchemaRef;
Replace genericTo* helpers with genericDeclare* helpers;
Add paramSchemaTo[Named]Schema helpers to facilitate code reuse for primitive schemas;
Add helpers for inlining Schema references dynamically (see #23);