Fixed list

This commit is contained in:
Xavi Aracil 2023-10-10 17:04:19 +02:00
parent 1e5fd236f3
commit cc3bd6d171
2 changed files with 0 additions and 12 deletions

View File

@ -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.

View File

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