Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ <h2>Metadata Structure</h2>
<pre class="example"
title="JSON-encoded DID resolution input metadata example">
{
"accept": "application/did+ld+json"
"accept": "application/did"
}
</pre>

Expand All @@ -1580,7 +1580,7 @@ <h2>Metadata Structure</h2>
<pre class="example"
title="DID resolution input metadata example">
«[
"accept" → "application/did+ld+json"
"accept" → "application/did"
</pre>

Expand Down Expand Up @@ -2004,7 +2004,7 @@ <h2>Example</h2>
}]
},
"didResolutionMetadata": {
"contentType": "application/did+ld+json",
"contentType": "application/did",
"retrieved": "2024-06-01T19:73:24Z",
},
"didDocumentMetadata": {
Expand Down Expand Up @@ -2084,7 +2084,7 @@ <h2>Example</h2>
}]
},
"didUrlDereferencingMetadata": {
"contentType": "application/did+ld+json",
"contentType": "application/did",
"retrieved": "2024-06-01T19:73:24Z",
},
"contentMetadata": {
Expand Down
Loading