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) and Joi.build() (deserialization). describe is documented on the website but not build.
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
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