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
What are you trying to achieve or the steps to reproduce ?
We are building a utility around Joi schema, utilizing the describe() api. Our expectation is that actions that modify/mutate properties should appear in the describe'ed schema.
If any maintainers agree with my assumption that this should be in the describe'd output, I can make a PR to add this functionality. Just let me know :)
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Context
What are you trying to achieve or the steps to reproduce ?
We are building a utility around Joi schema, utilizing the
describe()
api. Our expectation is that actions that modify/mutate properties should appear in thedescribe
'ed schema.Which result you had ?
What did you expect ?
Some property in
schemaDescription.children.b
that indicates a rename has been defined.The text was updated successfully, but these errors were encountered: