fix @context

main
Dominik Madarász 2023-01-15 18:29:27 +00:00
parent 2604eb6130
commit aa1eb8ebd9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def _options_hash(doc: ap.RawObject) -> str:
for k in ["type", "id", "signatureValue"]:
if k in doc:
del doc[k]
doc["@context"] = "https://raw.githubusercontent.com/web-payments/web-payments.org/master/contexts/identity-v1.jsonld"
doc["@context"] = "https://w3id.org/security/v1"
normalized = jsonld.normalize(
doc, {"algorithm": "URDNA2015", "format": "application/nquads"}
)