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
VerifiableCredentials may have a credentialSchema property, which points to a JSON Schema that defines the contents of the credentialSubject.
We need to be able to parse this, and also validate the subject against the schema.
Which Areas Would Be Affected?
verifiable-credentials-spi, verifiable-credentials (in iam), the issuer service in identity-hub
Why Is the Feature Desired?
parsing and validating credentialSchemas
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
The text was updated successfully, but these errors were encountered:
Feature Request
VerifiableCredentials may have a
credentialSchema
property, which points to a JSON Schema that defines the contents of thecredentialSubject
.We need to be able to parse this, and also validate the subject against the schema.
Which Areas Would Be Affected?
verifiable-credentials-spi
,verifiable-credentials
(iniam
), the issuer service in identity-hubWhy Is the Feature Desired?
parsing and validating credentialSchemas
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
The text was updated successfully, but these errors were encountered: