From 1e5b6ee82be19717949af025f72227e18aa22e58 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:28:50 -0400 Subject: [PATCH] Create aca-py.json Implementation file for the aca-py open source project hosted at the OWF --- implementations/aca-py.json | 73 +++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 implementations/aca-py.json diff --git a/implementations/aca-py.json b/implementations/aca-py.json new file mode 100644 index 0000000..6261cff --- /dev/null +++ b/implementations/aca-py.json @@ -0,0 +1,73 @@ +{ + "name": "ACA-py", + "implementation": "VC-API Plugin", + "verifiers": [ + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/verify", + "tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"], + "supports": { + "vc": ["1.1","2.0"] + } + } + ], + "vpVerifiers": [ + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/presentations/verify", + "tags": ["vc2.0", "BitstringStatusList", "Ed25519Signature2020", "eddsa-jcs-2022", "eddsa-rdfc-2022"], + "supports": { + "vc": ["1.1","2.0"] + } + } + ], + "issuers": [ + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/issue", + "options": { + "type": "Ed25519Signature2020", + "credentialStatus": { + "type": "BitstringStatusListEntry", + "statusPurpose": "suspension" + } + }, + "tags": ["vc2.0", "Ed25519Signature2020", "BitstringStatusList"], + "supports": { + "vc": ["1.1","2.0"] + } + }, + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/issue", + "options": { + "type": "DataIntegrityProof", + "cryptosuite": "eddsa-rdfc-2022", + "credentialStatus": { + "type": "BitstringStatusListEntry", + "statusPurpose": "suspension" + } + }, + "tags": ["vc2.0","eddsa-rdfc-2022", "BitstringStatusList"], + "supports": { + "vc": ["1.1","2.0"] + } + }, + { + "id": "did:key:z6MkmiYjSToh5NdEf9xNuh5mDGXGYinzcAy1s4feRHtkEQJr", + "endpoint": "https://aca-py.test-suite.app/vc/credentials/issue", + "options": { + "type": "DataIntegrityProof", + "cryptosuite": "eddsa-jcs-2022", + "credentialStatus": { + "type": "BitstringStatusListEntry", + "statusPurpose": "suspension" + } + }, + "tags": ["vc2.0","eddsa-jcs-2022", "BitstringStatusList"], + "supports": { + "vc": ["1.1","2.0"] + } + } + ] +}