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
In CredentialRequestMessage there is a field type which expresses the requested credentials. type term should be avoided since it might collision with @type reserved keyword of JSON-LD.
Why is this a bug?
A lot of JSON-LD context definitions alias the type to @type and that would be an issue since the type and @type will collapse when processing the JSON-LD.
How could it be fixed?
Rename type to credentialType, it will also be aligned with the CredentialObject
More context
No response
The text was updated successfully, but these errors were encountered:
What's wrong?
In
CredentialRequestMessage
there is a fieldtype
which expresses the requested credentials.type
term should be avoided since it might collision with@type
reserved keyword of JSON-LD.Why is this a bug?
A lot of JSON-LD context definitions alias the
type
to@type
and that would be an issue since thetype
and@type
will collapse when processing the JSON-LD.How could it be fixed?
Rename
type
tocredentialType
, it will also be aligned with theCredentialObject
More context
No response
The text was updated successfully, but these errors were encountered: