web5-js icon indicating copy to clipboard operation
web5-js copied to clipboard

Credential Schema VcDataModel Impl

Open nitro-neal opened this issue 2 months ago • 7 comments

Implement Credential Schema

A credential schema defines the structure and content of the data, enabling verifiers to assess if the data adheres to the established schema.

https://www.w3.org/TR/vc-data-model/#data-schemas

  • Add and export CredentialSchema type
  • Add optional field to VcCreateOptions
  • Update KYC unit test to have latest kyc cred

nitro-neal avatar Apr 12 '24 17:04 nitro-neal