From f5f25cc831c83ac0827c1570152267541b095ffb Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Thu, 7 Sep 2023 13:21:19 +0200 Subject: [PATCH] Cre8/issue74 (#75) * Remove KERI Fixes #74 Signed-off-by: Mirko Mollik * update schemas Signed-off-by: Mirko Mollik --------- Signed-off-by: Mirko Mollik --- data/Key-Management/KERI.json | 12 ------------ viewer/src/schemas/Credential-Profile.json | 2 -- 2 files changed, 14 deletions(-) delete mode 100644 data/Key-Management/KERI.json diff --git a/data/Key-Management/KERI.json b/data/Key-Management/KERI.json deleted file mode 100644 index 16d0c6f..0000000 --- a/data/Key-Management/KERI.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "../../viewer/src/schemas/Key-Management.json", - "Key Management": "KERI", - "Implementation Support (e.g. Libraries) / Active Community": "https://weboftrust.github.io/did-keri/", - "Infrastructure for Key Resolution": { - "Value": true, - "Description": "witness network" - }, - "Key Rotation": true, - "Key History": true, - "Party": ["holder", "issuer"] -} diff --git a/viewer/src/schemas/Credential-Profile.json b/viewer/src/schemas/Credential-Profile.json index 1562450..af5379f 100644 --- a/viewer/src/schemas/Credential-Profile.json +++ b/viewer/src/schemas/Credential-Profile.json @@ -77,7 +77,6 @@ "$comment": "The value should be one of the enum list, that can be updated by running \"npm run schema\" inside the viewer folder.", "enum": [ ".well-known/jwt-issuer", - "KERI", "cose key", "credential as secret", "did:ebsi", @@ -102,7 +101,6 @@ "$comment": "The value should be one of the enum list, that can be updated by running \"npm run schema\" inside the viewer folder.", "enum": [ ".well-known/jwt-issuer", - "KERI", "cose key", "credential as secret", "did:ebsi",