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
For example, in https://walletobjects.googleapis.com/$discovery/rest?version=v1 there is JwtResource interface in schemas.
However, there's also jwt resource in the resources object, for which we generate JwtResource name.
I think I've already seen this previously.
A potential solution is to always prefix/postfix any schema with "schema" and any resource with "resource".
Will be a breaking change tho, but hopefully easy to fix for users.
The text was updated successfully, but these errors were encountered:
For example, in https://walletobjects.googleapis.com/$discovery/rest?version=v1 there is
JwtResource
interface inschemas
.However, there's also
jwt
resource in theresources
object, for which we generateJwtResource
name.I think I've already seen this previously.
A potential solution is to always prefix/postfix any schema with "schema" and any resource with "resource".
Will be a breaking change tho, but hopefully easy to fix for users.
The text was updated successfully, but these errors were encountered: