decentralized-identity / credential-manifest

Format that normalizes the definition of requirements for the issuance of a credential
https://identity.foundation/credential-manifest/
Apache License 2.0
30 stars 22 forks source link

do we need to indicate version on a particular credential manifest? #108

Closed brentzundel closed 2 years ago

brentzundel commented 2 years ago

I create a credential manifest and release it. Then I update the credential manifest. I want a way to indicate that the new credential manifest is a new version of the old one.

dtmcg commented 2 years ago

can we have a clarifying example

dtmcg commented 2 years ago

some overlap with https://github.com/decentralized-identity/credential-manifest/issues/10

decentralgabe commented 2 years ago

I believe this is covered with the identifier property we have for each credential manifest. if the ID is a UUID, is this already solved?

brentzundel commented 2 years ago

I agree that the unique ID is sufficient, because the version info can literally be included there.