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
When I create a simple anonymous schema (without an explicit "id"), I've got to call its validate function with a fake "0" as the schema name. Could this implementation detail be hidden to just allow calling the function with an object and without a name?
Actually I was working on this (the first proposal, of allowing the retrieval of a lone schema), but seems like it's not going to be as trivial as I first presumed... especially, as the _schemas object keeps changing, and the sub-schemas are added to the original schema list passed by the user.
Hey,
When I create a simple anonymous schema (without an explicit "id"), I've got to call its validate function with a fake
"0"
as the schema name. Could this implementation detail be hidden to just allow calling the function with an object and without a name?Thanks!
The text was updated successfully, but these errors were encountered: