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"] } ]