Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define and implement the Credential Schema object -- the basis for the claims and encoding of a credential #8

Open
swcurran opened this issue Nov 12, 2023 · 0 comments
Labels
AnonCreds v2 To Do Needed as part of AnonCreds v2

Comments

@swcurran
Copy link
Member

The existing schema object should be retained in AnonCreds v2, but should contain the additional type information needed to enable appropriate encoding of the data to enable swapable signature schemes and additional ZKP capabilities.

Note that in the current implementation, there is both an object that is a repository of schema types (extended information), and a credential schema object that references the specific types of the claims for one schema. We currently expect that those two objects will be collapsed in just the schema (same as AnonCreds v1), but that object should have the types and validators for each of the claims that will be in the verifiable credential issued.

@swcurran swcurran added the AnonCreds v2 To Do Needed as part of AnonCreds v2 label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AnonCreds v2 To Do Needed as part of AnonCreds v2
Projects
None yet
Development

No branches or pull requests

1 participant