-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support multiple exports with different JSON-LD context mappings.
- Loading branch information
1 parent
4be032b
commit 4cfcdc3
Showing
11 changed files
with
195 additions
and
35 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# items Properties | ||
|
||
|
||
|
||
## file | ||
|
||
The filename to write output to. Recommended extension is '.json'. | ||
|
||
`file` | ||
|
||
* is optional | ||
|
||
* Type: `string` | ||
|
||
## context | ||
|
||
File name of a custom JSON-LD context document to embed. Should end with `.jsonld`. May also be JSON-LD document URL starting with `https://`. | ||
|
||
`context` | ||
|
||
* is optional | ||
|
||
* Type: `string` |
23 changes: 23 additions & 0 deletions
23
conf/v5/doc/schema-defs-glossaryfile-properties-exports-items.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# items Properties | ||
|
||
|
||
|
||
## file | ||
|
||
The filename to write output to. Recommended extension is '.json'. | ||
|
||
`file` | ||
|
||
* is optional | ||
|
||
* Type: `string` | ||
|
||
## context | ||
|
||
File name of a custom JSON-LD context document to embed. Should end with `.jsonld`. May also be JSON-LD document URL starting with `https://`. | ||
|
||
`context` | ||
|
||
* is optional | ||
|
||
* Type: `string` |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters