From 49eb4f18288f73095bc6fcd1e80d542c16d4a546 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:27:02 -0400 Subject: [PATCH] Delete implementations/OpSecId.json (#107) --- implementations/OpSecId.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 implementations/OpSecId.json diff --git a/implementations/OpSecId.json b/implementations/OpSecId.json deleted file mode 100644 index 1327ff1..0000000 --- a/implementations/OpSecId.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Open Security and Identity", - "implementation": "Aca-py Plugin", - "verifiers": [{ - "id": "https://vc.opsec.id", - "endpoint": "https://vc.opsec.id/credentials/verify", - "tags": ["vc-api", "BitstringStatusList", "Revocation"] - }], - "issuers": [{ - "id": "did:key:z6MksCeXh9Jwp4ZTEb5Kei7sJpBLpUyS3oaAib8wbtJQqsQu", - "endpoint": "https://vc.opsec.id/credentials/issue", - "tags": ["vc-api", "BitstringStatusList", "Revocation"] - }] -}