why use VC 1.1 instead of 2.0?
Created by: VladimirAlexiev
Why do you use this context?
"@context": [
"https://www.w3.org/2018/credentials/v1",
In https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-issuer-property a newer version is used:
"@context": [
"https://www.w3.org/ns/credentials/v2",
Please also review the other imported contexts for being up to date:
"https://w3id.org/vc-revocation-list-2020/v1",
"https://w3id.org/security/suites/jws-2020/v1",
"https://w3id.org/security/suites/jws-2020/v1",
And remove the duplication of jws-2020/v1