Skip to content

Commit

Permalink
Specify type-specific rule as an advisement.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 22, 2024
1 parent 4c3a158 commit 8737a5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4586,18 +4586,18 @@ <h2>Type-Specific Credential Processing</h2>

<p>
That is, [=type-specific credential processing=] is allowed as long as the
document being consumed or produced is a [=conforming document=]. If this
type of processing is desired, an implementer is advised to follow this rule:
document being consumed or produced is a [=conforming document=].
</p>

<ul>
<li>
Ensure that all values associated with a `@context` property are in the
expected order, the contents of the context files match known good
cryptographic hashes for each file, and domain experts have deemed that the
contents are appropriate for the intended use case.
</li>
</ul>
<p class="advisement">
If [=type-specific credential processing=] is desired, an implementer is advised
to follow this rule:
<br><br>
Ensure that all values associated with a `@context` property are in the expected
order, the contents of the context files match known good cryptographic hashes
for each file, and domain experts have deemed that the contents are appropriate
for the intended use case.
</p>

<p>
Using static context files with a JSON Schema is one acceptable approach to
Expand Down

0 comments on commit 8737a5c

Please sign in to comment.