Skip to content

Commit 999ebe8

Browse files
committed
fix: end the JSON-LD context URL by .json
1 parent 0d55da5 commit 999ebe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report/report-builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ReportBuilder {
8989
) {
9090
this._json = {
9191
'@type': 'earl:report',
92-
'@context': 'http://ace.daisy.org/ns/ace-report._jsonld',
92+
'@context': 'http://ace.daisy.org/ns/ace-report.jsonld',
9393
'dct:title': (title == null) ? '' : title.toString(),
9494
'dct:description': (title == null) ? '' : description.toString(),
9595
'dct:date': new Date().toLocaleString(),

0 commit comments

Comments
 (0)