Skip to content

Commit 8c33975

Browse files
committed
Note that implementations may provide additional warnings/errors.
1 parent 3f379eb commit 8c33975

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ <h3>Context Validation</h3>
23062306
executed business rules specific to the input in the document. For more
23072307
rationale related to this algorithm, see Section [[[#validating-contexts]]].
23082308
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
23102310
recompact when unknown contexts are detected ([=boolean=] |recompact|), and
23112311
returns a [=map=] that contains the following:
23122312
</p>
@@ -2367,6 +2367,12 @@ <h3>Context Validation</h3>
23672367
</li>
23682368
</ol>
23692369

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+
23702376
</section>
23712377

23722378
<section class="normative">

0 commit comments

Comments
 (0)