Skip to content

Commit b6878b3

Browse files
authored
Replaced the official schema URL (#237)
1 parent 84e8858 commit b6878b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h3>JsonSchemaCredential</h3>
293293
The value of the <code>credentialSchema</code> property MUST always be set to:
294294
<pre title="Value of a JsonSchemaCredential's credentialSchema property">
295295
{
296-
"id": "https://www.w3.org/2022/credentials/v2/json-schema-credential-schema.json",
296+
"id": "https://www.w3.org/ns/credentials/json-schema/v2.json",
297297
"type": "JsonSchema",
298298
"digestSRI": "sha384-S57yQDg1MTzF56Oi9DbSQ14u7jBy0RDdx0YbeV7shwhCS88G8SCXeFq82PafhCrW"
299299
}
@@ -387,7 +387,7 @@ <h3>JsonSchemaCredential</h3>
387387
"issuer": "https://example.com/issuers/14",
388388
"issuanceDate": "2010-01-01T19:23:24Z",
389389
"credentialSchema": {
390-
"id": "https://www.w3.org/2022/credentials/v2/json-schema-credential-schema.json",
390+
"id": "https://www.w3.org/ns/credentials/json-schema/v2.json",
391391
"type": "JsonSchema",
392392
"digestSRI": "sha384-S57yQDg1MTzF56Oi9DbSQ14u7jBy0RDdx0YbeV7shwhCS88G8SCXeFq82PafhCrW"
393393
},
@@ -440,7 +440,7 @@ <h4>jsonSchema</h4>
440440
"issuer": "https://example.com/issuers/14",
441441
"issuanceDate": "2010-01-01T19:23:24Z",
442442
"credentialSchema": {
443-
"id": "https://www.w3.org/2022/credentials/v2/json-schema-credential-schema.json",
443+
"id": "https://www.w3.org/ns/credentials/json-schema/v2.json",
444444
"type": "JsonSchema",
445445
},
446446
"credentialSubject": {

0 commit comments

Comments
 (0)