diff --git a/aw-design-diagram/proof-verification-sequence.md b/aw-design-diagram/proof-verification-sequence.md index b19b2291286ae22b95726f0f340f064890ed7e01..6869f6ff3a430ceb663a1211f1ca5f188f228b82 100644 --- a/aw-design-diagram/proof-verification-sequence.md +++ b/aw-design-diagram/proof-verification-sequence.md @@ -1,3 +1,4 @@ +```mermaid sequenceDiagram participant PCM User participant PCM App @@ -10,3 +11,4 @@ participant OCM Proof Manager PCM App ->> OCM Proof Manager: Sends the requested attributes, if proof verification is successful it sets isVerified as true and state as done in the database. OCM Admin ->> OCM Proof Manager: Calls Get method find-by-presentation-id API, against the presentation-id of proof request, and confirms the status of isVerified and state. end +```