Skip to content

Commit a924222

Browse files
committed
Make referenced vocabulary values normative.
1 parent 8bf2f30 commit a924222

File tree

1 file changed

+88
-1
lines changed

1 file changed

+88
-1
lines changed

index.html

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4926,7 +4926,7 @@ <h3>Fitness for Purpose</h3>
49264926
</section>
49274927

49284928
<section class="appendix informative">
4929-
<h2>Contexts, Types, and Credential Schemas</h2>
4929+
<h2>Contexts, Vocabularies, Types, and Credential Schemas</h2>
49304930

49314931
<section class="normative">
49324932
<h3>Base Context</h3>
@@ -4983,6 +4983,93 @@ <h3>Base Context</h3>
49834983
</p>
49844984
</section>
49854985

4986+
<section class="normative">
4987+
<h3>Vocabularies</h3>
4988+
4989+
<p>
4990+
Implementations MUST ensure that the following vocabulary URLs used in the base
4991+
context ultimately resolve to the following files, which are normative:
4992+
</p>
4993+
4994+
<table class="simple">
4995+
<thead>
4996+
<tr>
4997+
<th>URL</th>
4998+
<th>Media Type</th>
4999+
<th>Content</th>
5000+
</tr>
5001+
</thead>
5002+
<tbody>
5003+
<tr>
5004+
<td>
5005+
https://www.w3.org/2018/credentials#
5006+
</td>
5007+
<td>
5008+
text/html
5009+
</td>
5010+
<td>
5011+
https://www.w3.org/2018/credentials/index.html
5012+
</td>
5013+
</tr>
5014+
<tr>
5015+
<td>
5016+
https://www.w3.org/2018/credentials#
5017+
</td>
5018+
<td>
5019+
application/ld+json
5020+
</td>
5021+
<td>
5022+
https://www.w3.org/2018/credentials/index.jsonld
5023+
</td>
5024+
</tr>
5025+
<tr>
5026+
<td>
5027+
https://schema.org/
5028+
</td>
5029+
<td>
5030+
text/html
5031+
</td>
5032+
<td>
5033+
https://schema.org/
5034+
</td>
5035+
</tr>
5036+
<tr>
5037+
<td>
5038+
https://schema.org/
5039+
</td>
5040+
<td>
5041+
application/ld+json
5042+
</td>
5043+
<td>
5044+
https://schema.org/version/latest/schemaorg-current-https.jsonld
5045+
</td>
5046+
</tr>
5047+
<tr>
5048+
<td>
5049+
https://w3id.org/security#
5050+
</td>
5051+
<td>
5052+
text/html
5053+
</td>
5054+
<td>
5055+
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.html
5056+
</td>
5057+
</tr>
5058+
<tr>
5059+
<td>
5060+
https://w3id.org/security#
5061+
</td>
5062+
<td>
5063+
application/ld+json
5064+
</td>
5065+
<td>
5066+
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld
5067+
</td>
5068+
</tr>
5069+
</tbody>
5070+
</table>
5071+
5072+
</section>
49865073
<section class="informative">
49875074
<h3>Differences between Contexts, Types, and CredentialSchemas</h3>
49885075

0 commit comments

Comments
 (0)