diff --git a/features/0023-did-exchange/README.md b/features/0023-did-exchange/README.md index 2c89e556c..d7448351b 100644 --- a/features/0023-did-exchange/README.md +++ b/features/0023-did-exchange/README.md @@ -150,6 +150,7 @@ Invitation Message with Keys and DID Service Endpoint Reference: ```json { "@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0/invitation", + "@id": "12345678900987654321", "label": "Alice", "recipientKeys": ["8HH5gYEeNc3z7PYXmd54d4x6qAfCNrqQqEB3nS7Zfu7K"], "serviceEndpoint": "did:sov:A2wBhNYhMrjHiqZDTUYH7u;service=routeid", @@ -315,7 +316,7 @@ The exchange response message is used to complete the exchange. This message is "@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0/response", "@id": "12345678900987654321", "~thread": { - "thid": "<@id of request message>" + "thid": "" }, "connection": { "did": "A.did@B:A", @@ -334,7 +335,7 @@ The above message is required to be signed as described in HIPE ???. The `connec "@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0/response", "@id": "12345678900987654321", "~thread": { - "thid": "<@id of request message>" + "thid": "" }, "connection~sig": { "@type":"did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/signature/1.0/ed25519Sha512_single",