From 767cdfa688170e2d8e8464661bf27cb18eb492bb Mon Sep 17 00:00:00 2001
From: "georgi.michev" <georgi.michev@vereign.com>
Date: Thu, 21 Jul 2022 13:30:57 +0300
Subject: [PATCH] change Presentation.json

the file was currupted
---
 src/main/resources/REST/json/Presentation.json | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/REST/json/Presentation.json b/src/main/resources/REST/json/Presentation.json
index d4678bd4..7ae6dbef 100644
--- a/src/main/resources/REST/json/Presentation.json
+++ b/src/main/resources/REST/json/Presentation.json
@@ -17,7 +17,21 @@
         "allow": true,
         "id": "example/examplePolicy/1.0"
       },
-      "issuanceDate": "2022-07-01T11:07:57.975459274Z",
+      "issuanceDate": "2022-07-21T10:24:36.203848291Z",
+      "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
+      "type": "VerifiableCredential"
+    },
+    {
+      "@context": [
+        "https://www.w3.org/2018/credentials/v1",
+        "https://w3id.org/security/suites/jws-2020/v1",
+        "https://www.w3.org/2018/credentials/examples/v1"
+      ],
+      "credentialSubject": {
+        "allow": true,
+        "id": "example/ProofRequestResponse/1.0"
+      },
+      "issuanceDate": "2022-07-21T10:24:36.203861194Z",
       "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
       "type": "VerifiableCredential"
     }
-- 
GitLab