Fixed list
This commit is contained in:
parent
1e5fd236f3
commit
cc3bd6d171
@ -63,7 +63,6 @@ Constains the inspector implementations for:
|
|||||||
|
|
||||||
- Open Badges 2.0: `org.oneedtech.inspect.vc.OB20Inspector`
|
- Open Badges 2.0: `org.oneedtech.inspect.vc.OB20Inspector`
|
||||||
- Open Badges 3.0: `org.oneedtech.inspect.vc.OB30Inspector`
|
- 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.
|
These inspectors contains all the probes to perform to an artifact for validating its conformance to that specification, building a `Report` with the results.
|
||||||
|
|
||||||
|
@ -28,17 +28,6 @@
|
|||||||
"group": "vc",
|
"group": "vc",
|
||||||
"supportsCertification": false,
|
"supportsCertification": false,
|
||||||
"submissionTypes": ["upload","uri"]
|
"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"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user