Skip to content

Commit b4d88ff

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

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
@@ -2248,7 +2248,12 @@ <h2>JSON-LD</h2>
22482248
processing a <a>verifiable credential</a> or <a>verifiable presentation</a>,
22492249
and a <code>@context</code> property is not present at the top-level of the
22502250
JSON-LD document, then a <code>@context</code> property with a value of
2251-
<code>https://w3.org/2018/credentials/v1</code> MUST be assumed.
2251+
<code>https://w3.org/2018/credentials/v1</code> MUST be assumed. The
2252+
JSON-LD Context available at <code>https://w3.org/2018/credentials/v1</code>
2253+
is a static document that is never updated and may thus be downloaded and
2254+
cached client side. The associated vocabulary document for the
2255+
Verifiable Credentials Data Model can be found at the following URL:
2256+
<code>https://w3.org/2018/credentials</code>.
22522257
</p>
22532258

22542259
</section>

0 commit comments

Comments
 (0)