Skip to content

Commit

Permalink
Fix JSON formatting issues
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Aug 22, 2022
1 parent 8f279b9 commit 405149f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/did/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,17 @@ DID registry will check the merkle root in the deactivation tree and make sure i
},
"body": {
"diddoc": {},
"merkleRoot": "",
"merkleRoot": "",
"merkleInclusionProof": [],
"blink": "",
"created": "",
"updated": "",
"deactivated": "",
"nextUpdate": "",
"versionId": "",
"nextVersionId": ""
"versionId": "",
"nextVersionId": ""
}
}

```

If a problem arises while handling the `read-did` message, DID registry service will respond with a problem report message. An example is given below:
Expand Down Expand Up @@ -319,18 +318,17 @@ DID registry service will respond to the above DIDComm message with an encryptio
},
"body": {
"diddoc": {},
"merkleRoot": "",
"merkleRoot": "",
"merkleInclusionProof": [],
"blink": "",
"blink": "",
"created": "",
"updated": "",
"deactivated": "",
"nextUpdate": "",
"versionId": "",
"nextVersionId": ""
"versionId": "",
"nextVersionId": ""
}
}

```

If a problem arises while handling the `update-did` message, DID registry service will respond with a problem report message.
Expand Down

0 comments on commit 405149f

Please sign in to comment.