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 CredentialObject
example has an @context object that contains prefix-definition.
Why is this a bug?
The CredentialObject is always embedded in the issuerMetadata or CredentialOfferMessage payloads, both of which always have a mandatory @context property. While the schemas would allow for an embedded context, the spec shouldn't encourage it.
What's wrong?
The CredentialObject
example has an
@context
object that contains prefix-definition.Why is this a bug?
The
CredentialObject
is always embedded in theissuerMetadata
orCredentialOfferMessage
payloads, both of which always have a mandatory@context
property. While the schemas would allow for an embedded context, the spec shouldn't encourage it.How could it be fixed?
Remove property from example
More context
Came up in the review of #89
The text was updated successfully, but these errors were encountered: