I have defined a type (and its sub-types) within a scope, with the end goal of exporting a JSON schema along with using the type definition to validate in code.
For types defined with
type
type
I can use
.describe(...)
.describe(...)
to write a description that will also be present in the exported JSON schema. Can I do something like this with each type (ideally each field) I've defined in a scope?