Closed Vishwas1 closed 1 year ago
I debugged a bit, the problem seems to be with this URL https://www.w3.org/2018/credentials/v1
Reopening the issue becuase I thought if I can remove that URL from the context and only provide schema URL, it will work. but looks like I was wrong.
Closing as this appears to be a non-issue. By the way, https://w3id.org/security/v2
uses a URL redirection service (w3id.org
) which enables it to be moved behind the scenes as needed without changing the w3id.org
URL.
Error:
Assumptions:
I am guessing it is happening because of the security context URL
jsonSigs.SECURITY_CONTEXT_URL
:https://w3id.org/security/v2
has been moved tohttps://w3c-ccg.github.io/security-vocab/contexts/security-v2.jsonld
?If that is the case then
jsonSigs.SECURITY_CONTEXT_URL
need to be change.