From 735f4fa0a264ac1fcd80f6ccedbaffe3b5b8fa87 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Mon, 29 Apr 2024 16:48:25 +0100 Subject: [PATCH] Add present proof v2 (#112) Signed-off-by: Timo Glastra --- data/Presentation-Protocol/Present-Proof-v2.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/Presentation-Protocol/Present-Proof-v2.json diff --git a/data/Presentation-Protocol/Present-Proof-v2.json b/data/Presentation-Protocol/Present-Proof-v2.json new file mode 100644 index 0000000..0695e49 --- /dev/null +++ b/data/Presentation-Protocol/Present-Proof-v2.json @@ -0,0 +1,5 @@ +{ + "$schema": "../../schemas/Presentation-Protocol.json", + "Name": "Present Proof v2", + "Specification": "https://hyperledger.github.io/aries-rfcs/latest/aip2/0454-present-proof-v2" +}