Issue 12815: JsonLD parsing problems with data-integrity

This commit is contained in:
Michael 2023-08-20 05:57:39 +00:00
parent 3c1a3b1091
commit f59e11281c
2 changed files with 75 additions and 0 deletions

View file

@ -49,6 +49,9 @@ class JsonLD
case 'https://w3id.org/identity/v1':
$url = DI::basePath() . '/static/identity-v1.jsonld';
break;
case 'https://w3id.org/security/data-integrity/v1':
$url = DI::basePath() . '/static/security-data-integrity-v1.jsonld';
break;
case 'https://www.w3.org/ns/activitystreams':
$url = DI::basePath() . '/static/activitystreams.jsonld';
break;