kenspirit / joi-to-json

Capable of converting different versions' joi object to json schema
MIT License
40 stars 18 forks source link

Manifest functionality disabled #53

Open james-harlyy opened 1 month ago

james-harlyy commented 1 month ago

With both Joi version 17.9.2 and 17.13.3, the .describe() function is throwing an error: Manifest functionality disabled

kenspirit commented 1 month ago

Can you provide more detail? In Node.js or browser? Maybe it's related to this issue? https://github.com/hapijs/joi/issues/2774