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
This issue is referring to date attributes like MetaData.credential_valid_from etc.
Those attributes store unix epoch timestamps and are therefore of type integer.
Unfortunately our code generation tools for Java generate Java Integer type for those attributes which can only store 32-bit-integers.
We would therefore appreciate if you could add an additional format info specifying int64 for those attributes like this:
type: integer
format: int64
The text was updated successfully, but these errors were encountered:
This issue is referring to date attributes like MetaData.credential_valid_from etc.
Those attributes store unix epoch timestamps and are therefore of type integer.
Unfortunately our code generation tools for Java generate Java Integer type for those attributes which can only store 32-bit-integers.
We would therefore appreciate if you could add an additional format info specifying int64 for those attributes like this:
The text was updated successfully, but these errors were encountered: