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
Describe the bug
When retrieving a Safe info, null version field is returned, even though the OpenAPI definition for this service explicitly indicates SafeInfoResponse.version is not nullable.
@hectorgomezv we are going to change the openapi doc to include nullable version.
Version is going to be null if the masterCopy address is not one of the deterministic known addresses.
Yes, there's a misalignment between the OpenAPI and the inner validation schema. We need to fix the validation schema in the Client Gateway. Thanks for noticing @moisses89
Describe the bug
When retrieving a Safe info,
null
version field is returned, even though the OpenAPI definition for this service explicitly indicatesSafeInfoResponse.version
is not nullable.To Reproduce
Steps to reproduce the behavior:
Expected behavior
version
field shouldn't contain null values.The text was updated successfully, but these errors were encountered: