File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2306,7 +2306,7 @@ <h3>Context Validation</h3>
2306
2306
executed business rules specific to the input in the document. For more
2307
2307
rationale related to this algorithm, see Section [[[#validating-contexts]]].
2308
2308
This algorithm takes inputs of a document ([=map=] |inputDocument|), a set of
2309
- approved JSON-LD Contexts ([=map=] |approvedContexts |), and a boolean to
2309
+ approved JSON-LD Contexts ([=map=] |expectedContext |), and a boolean to
2310
2310
recompact when unknown contexts are detected ([=boolean=] |recompact|), and
2311
2311
returns a [=map=] that contains the following:
2312
2312
</ p >
@@ -2367,6 +2367,12 @@ <h3>Context Validation</h3>
2367
2367
</ li >
2368
2368
</ ol >
2369
2369
2370
+ < p >
2371
+ Implementations MAY include additional warnings or errors that enforce
2372
+ further validation rules that are specific to the implementation or a
2373
+ particular use case.
2374
+ </ p >
2375
+
2370
2376
</ section >
2371
2377
2372
2378
< section class ="normative ">
You can’t perform that action at this time.
0 commit comments