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
If this is the schema object the backend has to rely on, in order to find out what datatype username has to be, we would have to access
schema.username._type
The underscore prefix suggests this is intended to be a private member. All the other properties that tell us about restrictions are also private. Do we want to be coupling this module/plugin to the internal implementation of Joi objects?
Does anyone know of a better way to infer data-type? @nelsonic ?
@eliasCodes our initial discussion of Joi's limitations specifically regarding our need for defining access controls in the model lead me to think we may want to write our own JSON format ...
Identify the interface the Joi objects provide in order to render the html form and input into our database
The text was updated successfully, but these errors were encountered: