uncefact / spec-untp

UN Transparency Protocol
https://uncefact.github.io/spec-untp/
GNU General Public License v3.0
10 stars 9 forks source link

Digital Product Passport Sample File #30

Closed mxshea closed 4 days ago

mxshea commented 3 months ago

In the DPP Sample File code, the Credential Status section refers to revocation-list-2020.

"credentialStatus": { "id": "https://api.vckit.showthething.com/credentials/status/revocation-list-2020/did_web_processor.agtrace.showthething.com/66", "type": "BitstringStatusListEntry", "revocationListIndex": 4, "revocationListCredential": "https://api.vckit.showthething.com/credentials/status/revocation-list-2020/did_web_processor.agtrace.showthething.com/66" },

Should this be updated?

onthebreeze commented 3 months ago

Yes - it should reference https://www.w3.org/TR/vc-bitstring-status-list/ as per https://uncefact.github.io/spec-untp/docs/specification/VerifiableCredentials - but that sample file is created by open source VCkit implementation and will get updated every time we update the DPP data model. Might be better to update the implementation itself so that next time we generate a credential it has the right status method. to that end I have created this issue in the vckit repo - https://github.com/uncefact/project-vckit/issues/166

zachzeus commented 2 months ago

Get one from our Ag pilot and publish it here. and validate current issuing is correct

onthebreeze commented 4 days ago

Agree -all samples should reflect VCDM 2.0 and bistring status list.