Document Joi.build feature #52
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Runtime
any
Runtime version
N/A
Module version
latest
Used with
No response
Any other relevant information
See this closed issue: hapijs/joi#1410 (comment) and comment from Eran.
What problem are you trying to solve?
Joi has the ability to serialize/deserialize schemas through
Joi.describe()
(serialization) andJoi.build()
(deserialization).describe
is documented on the website but notbuild
.Do you have a new or modified API suggestion to solve the problem?
We should add an entry in the joi.dev API documentation for this feature
The text was updated successfully, but these errors were encountered: