We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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 - uncefact/project-vckit#166
Sorry, something went wrong.
Get one from our Ag pilot and publish it here. and validate current issuing is correct
Agree -all samples should reflect VCDM 2.0 and bistring status list.
zachzeus
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: