Skip to content

Commit

Permalink
Note that JSON-LD processing errors MUST result in verification errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 26, 2023
1 parent 60c1d65 commit 1eff930
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5900,6 +5900,17 @@ <h3>Base Context</h3>
value.
</p>
<p>
Implementations that apply the base context above, as well as other contexts
and values in any `@context` property, during operations such as
<a href="https://www.w3.org/TR/json-ld11-api/#expansion-algorithm">
JSON-LD Expansion</a> or
<a href="https://www.w3.org/TR/json-ld11/#serializing-deserializing-rdf">
transformation to RDF</a> are expected to do so without experiencing any
errors. If these operations are performed, and the result is an error, the
<a>verifiable credential</a> or <a>verifiable presentation</a> MUST result in
a verification failure.
</p>
<p>
It is possible to confirm the SHA-384 digest above by running the following
command from a modern Unix command interface line:
`curl -s https://www.w3.org/ns/credentials/v2 | openssl dgst -sha384 -binary | openssl base64 -A`
Expand Down

0 comments on commit 1eff930

Please sign in to comment.