Adds documentation for a JSON type schema as discussed in #933
I changed the code snippet to use the second naming convention. Not sure if there's a better alternative for any in v.UnionSchema<any, undefined>, but I also don't think it's a big issue as the type is not used for inference.
Adds documentation for a JSON type schema as discussed in #933
I changed the code snippet to use the second naming convention. Not sure if there's a better alternative for
any
inv.UnionSchema<any, undefined>
, but I also don't think it's a big issue as the type is not used for inference.