Skip to content

Commit 45fbeee

Browse files
committed
Add note about static VC JSON-LD Context and vocab. See #206.
1 parent ae503c8 commit 45fbeee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,12 @@ <h2>JSON-LD</h2>
21652165
processing a <a>verifiable credential</a> or <a>verifiable presentation</a>,
21662166
and a <code>@context</code> property is not present at the top-level of the
21672167
JSON-LD document, then a <code>@context</code> property with a value of
2168-
<code>https://w3.org/2018/credentials/v1</code> MUST be assumed.
2168+
<code>https://w3.org/2018/credentials/v1</code> MUST be assumed. The
2169+
JSON-LD Context available at <code>https://w3.org/2018/credentials/v1</code>
2170+
is a static document that is never updated and may thus be downloaded and
2171+
cached client side. The associated vocabulary document for the
2172+
Verifiable Credentials Data Model can be found at the following URL:
2173+
<code>https://w3.org/2018/credentials</code>.
21692174
</p>
21702175

21712176
</section>

0 commit comments

Comments
 (0)