From 3c81821f430945901882649f886f95a5627fc9b9 Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Fri, 19 Sep 2025 10:29:30 +0200 Subject: [PATCH] Fix DID document media types application/did+ld+json -> application/did --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8b5c2ed..dadc31b 100644 --- a/index.html +++ b/index.html @@ -1569,7 +1569,7 @@

Metadata Structure

 {
-"accept": "application/did+ld+json"
+"accept": "application/did"
 }
   
@@ -1580,7 +1580,7 @@

Metadata Structure

 «[
-"accept" → "application/did+ld+json"
+"accept" → "application/did"
 ]»
   
@@ -2004,7 +2004,7 @@

Example

}] }, "didResolutionMetadata": { - "contentType": "application/did+ld+json", + "contentType": "application/did", "retrieved": "2024-06-01T19:73:24Z", }, "didDocumentMetadata": { @@ -2084,7 +2084,7 @@

Example

}] }, "didUrlDereferencingMetadata": { - "contentType": "application/did+ld+json", + "contentType": "application/did", "retrieved": "2024-06-01T19:73:24Z", }, "contentMetadata": {