Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
replace sequence by mf:includes based path
  • Loading branch information
MaillPierre committed Aug 18, 2025
commit 6488645acfe16c95ca173706d3d7e1a0b9407546
1 change: 1 addition & 0 deletions tests/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"input": { "@id": "mf:action", "@type": "@id" },
"option": { "@type": "@id"},
"sequence": { "@id": "mf:entries", "@type": "@id", "@container": "@list" },
"inclusion": { "@id": "mf:includes", "@type": "@id", "@container": "@list" },
"redirectTo": { "@type": "@id"},

"name": "mf:name",
Expand Down
2 changes: 1 addition & 1 deletion tests/manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@type": "mf:Manifest",
"name": "JSON-LD Test Suite",
"description": "This manifest loads additional manifests for specific behavior tests for [JSON-LD 1.1 API](https://www.w3.org/TR/json-ld11-api/)",
"sequence": [
"inclusion": [
"compact-manifest.jsonld",
"expand-manifest.jsonld",
"flatten-manifest.jsonld",
Expand Down