Skip to content

Commit 907921a

Browse files
authored
Fix DID document media types application/did+ld+json -> application/did (#197)
1 parent 38052da commit 907921a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ <h2>Metadata Structure</h2>
15691569
<pre class="example"
15701570
title="JSON-encoded DID resolution input metadata example">
15711571
{
1572-
"accept": "application/did+ld+json"
1572+
"accept": "application/did"
15731573
}
15741574
</pre>
15751575

@@ -1580,7 +1580,7 @@ <h2>Metadata Structure</h2>
15801580
<pre class="example"
15811581
title="DID resolution input metadata example">
15821582
«[
1583-
"accept" → "application/did+ld+json"
1583+
"accept" → "application/did"
15841584
15851585
</pre>
15861586

@@ -2004,7 +2004,7 @@ <h2>Example</h2>
20042004
}]
20052005
},
20062006
"didResolutionMetadata": {
2007-
"contentType": "application/did+ld+json",
2007+
"contentType": "application/did",
20082008
"retrieved": "2024-06-01T19:73:24Z",
20092009
},
20102010
"didDocumentMetadata": {
@@ -2084,7 +2084,7 @@ <h2>Example</h2>
20842084
}]
20852085
},
20862086
"didUrlDereferencingMetadata": {
2087-
"contentType": "application/did+ld+json",
2087+
"contentType": "application/did",
20882088
"retrieved": "2024-06-01T19:73:24Z",
20892089
},
20902090
"contentMetadata": {

0 commit comments

Comments
 (0)