Skip to content

Commit b031f8c

Browse files
gabedecentralgabe
gabe
authored andcommitted
update examples to show a mix of DID and URI identifiers
1 parent f067fe9 commit b031f8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ <h3>Contexts</h3>
12981298
]</span>,
12991299
"id": "http://university.example/credentials/58473",
13001300
"type": ["VerifiableCredential", "ExampleAlumniCredential"],
1301-
"issuer": "https://university.example/issuers/565049",
1301+
"issuer": "did:example:2g55q912ec3476eba2l9812ecbfe",
13021302
"validFrom": "2010-01-01T00:00:00Z",
13031303
"credentialSubject": {
13041304
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
@@ -1850,9 +1850,9 @@ <h3>Credential Subject</h3>
18501850
"name": "Jayden Doe",
18511851
"spouse": "did:example:c276e12ec21ebfeb1f712ebc6f1"
18521852
}, {
1853-
"id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
1853+
"id": "https://subject.example/subject/8675",
18541854
"name": "Morgan Doe",
1855-
"spouse": "did:example:ebfeb1f712ebc6f1c276e12ec21"
1855+
"spouse": "https://subject.example/subject/7421"
18561856
}]</span>
18571857
}
18581858
</pre>
@@ -2151,10 +2151,10 @@ <h3>Securing Mechanisms</h3>
21512151
],
21522152
"id": "http://example.gov/credentials/3732",
21532153
"type": ["VerifiableCredential", "ExampleDegreeCredential"],
2154-
"issuer": "https://university.example",
2154+
"issuer": "did:example:6fb1f712ebe12c27cc26eebfe11",
21552155
"validFrom": "2010-01-01T19:23:24Z",
21562156
"credentialSubject": {
2157-
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
2157+
"id": "https://subject.example/subject/3921",
21582158
"degree": {
21592159
"type": "ExampleBachelorDegree",
21602160
"name": "Bachelor of Science and Arts"

0 commit comments

Comments
 (0)