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
Submitting JSON with invalid schema results in a struct having default values. That is the Go's stdlib json package does not validate JSON payload. Either we use it wrong or we need to find something else for handling json.