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
currently generates an interface{} type in Go. IMO it would be preferable to generate a *int instead. I know this could be coded differently in JSON schema to generate the desired output, but unfortunately, the schema is not under our control.
The text was updated successfully, but these errors were encountered:
Would it be possible to treat a
oneOf
of 2 types where one isnull
as optional? Example:currently generates an
interface{}
type in Go. IMO it would be preferable to generate a*int
instead. I know this could be coded differently in JSON schema to generate the desired output, but unfortunately, the schema is not under our control.The text was updated successfully, but these errors were encountered: