From ec905ebc06dee35ed5d1ac187205a583cbe04c18 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Mon, 4 Mar 2024 18:15:01 +0000 Subject: [PATCH] Fix the Service's structure of DIDCommMessaging --- index.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index e11a23f9..79d7b17c 100644 --- a/index.html +++ b/index.html @@ -1697,17 +1697,12 @@

DIDCommMessaging

"https://www.w3.org/ns/did/v1", "https://didcomm.org/messaging/contexts/v2" ], - ... "type":"DIDCommMessaging", - "serviceEndpoint":"http://example.com/path", - "accept":[ - "didcomm/v2", - "didcomm/aip2;env=rfc587" - ], - "routingKeys":[ - "did:example:somemediator#somekey" - ] - ... + "serviceEndpoint": { + "uri": "http://example.com/path", + "accept":[ "didcomm/v2", "didcomm/aip2;env=rfc587" ], + "routingKeys":[ "did:example:somemediator#somekey" ] + } }