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
The validator used by Gin will validate nested structs, but will not validate a slice of structs unless the binding field tag specifies the dive keyword. This means that things like lists of refs are not being validated correctly. We need to make a pass through the API and ensure that the dive key is present on every slice that needs to be validated.
The text was updated successfully, but these errors were encountered:
The validator used by Gin will validate nested structs, but will not validate a slice of structs unless the binding field tag specifies the dive keyword. This means that things like lists of refs are not being validated correctly. We need to make a pass through the API and ensure that the
dive
key is present on every slice that needs to be validated.The text was updated successfully, but these errors were encountered: