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" ] + } }