From cc3bd6d17166bb7ba1ae7cc33d63ca3fe49bbc64 Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Tue, 10 Oct 2023 17:04:19 +0200 Subject: [PATCH] Fixed list --- README.md | 1 - inspector-vc-web/src/main/resources/validators.json | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index 5cebf18..607068a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ Constains the inspector implementations for: - Open Badges 2.0: `org.oneedtech.inspect.vc.OB20Inspector` - Open Badges 3.0: `org.oneedtech.inspect.vc.OB30Inspector` -- Comprehensive Learned Record 2.0: `org.oneedtech.inspect.vc.CLR20Inspector` These inspectors contains all the probes to perform to an artifact for validating its conformance to that specification, building a `Report` with the results. diff --git a/inspector-vc-web/src/main/resources/validators.json b/inspector-vc-web/src/main/resources/validators.json index 7f1576a..1339f57 100644 --- a/inspector-vc-web/src/main/resources/validators.json +++ b/inspector-vc-web/src/main/resources/validators.json @@ -28,17 +28,6 @@ "group": "vc", "supportsCertification": false, "submissionTypes": ["upload","uri"] - }, - { - "id": "CLR20Inspector", - "name": "CLR 2.0 Verifier", - "pkg": "org.oneedtech.inspect.vc", - "desc": "Verifies Comprehensive Learner Record (CLR) 2.0 files", - "instr": "This validator supports Comprehensive Learner Record (CLR) 2.0 files.", - "spec": "clr", - "group": "vc", - "supportsCertification": false, - "submissionTypes": ["upload","uri"] } ]