beckn / protocol-specifications

Core protocol specification for peer-to-peer consumer-provider interaction
Other
375 stars 101 forks source link

reintroducing the id and type fields in the credential object #466

Closed rajaneeshk90 closed 5 days ago

rajaneeshk90 commented 5 days ago
  1. There already was a Credential schema in the Protocol Specification, it is referenced in the Person object.
  2. Some example JSONs in DHP use case are using fulfillment.agent.person.creds to show the Doctor credentials.
  3. As part of the hyperbeckn changes id and type fields from the credential object were removed.
  4. Adding the id and type fields in the credential object to make it backward compatible.