Skip to content

Commit 6488645

Browse files
committed
replace sequence by mf:includes based path
1 parent 590f78d commit 6488645

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/context.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"input": { "@id": "mf:action", "@type": "@id" },
1515
"option": { "@type": "@id"},
1616
"sequence": { "@id": "mf:entries", "@type": "@id", "@container": "@list" },
17+
"inclusion": { "@id": "mf:includes", "@type": "@id", "@container": "@list" },
1718
"redirectTo": { "@type": "@id"},
1819

1920
"name": "mf:name",

tests/manifest.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@type": "mf:Manifest",
55
"name": "JSON-LD Test Suite",
66
"description": "This manifest loads additional manifests for specific behavior tests for [JSON-LD 1.1 API](https://www.w3.org/TR/json-ld11-api/)",
7-
"sequence": [
7+
"inclusion": [
88
"compact-manifest.jsonld",
99
"expand-manifest.jsonld",
1010
"flatten-manifest.jsonld",

0 commit comments

Comments
 (0)