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

Add versioning to the object models #101

Closed decentralgabe closed 2 years ago

decentralgabe commented 2 years ago

Fixes https://github.com/decentralized-identity/credential-manifest/issues/10

decentralgabe commented 2 years ago

Discussed on 7/21, need a better name than "version" - maybe "specVersion"?

bumblefudge commented 2 years ago

Brent recommended the value being the URL of the version rather than the number. Gabe proposed "spec-version" rather than "version" ("type", used in some other specs, would create JSON-LD problems because it's a reserve word in that syntax).

i.e.

'spec-version':"https://identity.foundation/credential-manifest/spec/v1.0.0/"