fix ident, since w3id is still down

main
Dominik Madarász 2023-01-12 10:12:28 +00:00
parent 0ae4a8afa2
commit a4936286dc
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://w3id.org/identity/v1"
doc["@context"] = "https://raw.githubusercontent.com/web-payments/web-payments.org/master/contexts/identity-v1.jsonld"
normalized = jsonld.normalize(
doc, {"algorithm": "URDNA2015", "format": "application/nquads"}
)