-
Notifications
You must be signed in to change notification settings - Fork 5
Document Joi.build feature #52
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
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).describeis 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