Skip to content

Commit

Permalink
Fix the Service's structure of DIDCommMessaging
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored and msporny committed Jul 20, 2024
1 parent c94348d commit ec905eb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1697,17 +1697,12 @@ <h4>DIDCommMessaging</h4>
"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" ]
}
}
</pre>

Expand Down

0 comments on commit ec905eb

Please sign in to comment.