Issue with `optionalWith` not supporting annotations in JSON schema generation
I feel like I must be missing something obvious, but is it expected that
With
With
Is there a way to get the same result as
optionalWith can't have annotations used on it? It has the function, but calling it doesn't actually produce the expected output when I generate a JSON schema. The same thing but with propertySignature works. e.g:With
propertySignature, I'm getting:With
optionalWith:Is there a way to get the same result as
propertySignature there?