update contexts URLs
This commit is contained in:
parent
2ee1e92e6b
commit
04cb5dd034
@ -58,15 +58,18 @@ public class ContextPropertyProbe extends Probe<JsonNode> {
|
|||||||
return success(ctx);
|
return success(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
private final static Map<Set<Credential.Type>, List<String>> values = new ImmutableMap.Builder<Set<Credential.Type>, List<String>>()
|
private final static Map<Set<Credential.Type>, List<String>> values = new ImmutableMap.Builder<Set<Credential.Type>, List<String>>()
|
||||||
// TODO uris will change
|
|
||||||
.put(Set.of(OpenBadgeCredential, AchievementCredential, EndorsementCredential),
|
.put(Set.of(OpenBadgeCredential, AchievementCredential, EndorsementCredential),
|
||||||
List.of("https://www.w3.org/2018/credentials/v1",
|
List.of("https://www.w3.org/2018/credentials/v1",
|
||||||
"https://imsglobal.github.io/openbadges-specification/context.json"))
|
//"https://imsglobal.github.io/openbadges-specification/context.json")) //dev legacy
|
||||||
|
"https://purl.imsglobal.org/spec/ob/v3p0/context.json"))
|
||||||
.put(Set.of(ClrCredential),
|
.put(Set.of(ClrCredential),
|
||||||
List.of("https://www.w3.org/2018/credentials/v1",
|
List.of("https://www.w3.org/2018/credentials/v1",
|
||||||
"https://dc.imsglobal.org/draft/clr/v2p0/context",
|
// "https://dc.imsglobal.org/draft/clr/v2p0/context", //dev legacy
|
||||||
"https://imsglobal.github.io/openbadges-specification/context.json"))
|
// "https://imsglobal.github.io/openbadges-specification/context.json")) //dev legacy
|
||||||
|
"https://purl.imsglobal.org/spec/clr/v2p0/context.json",
|
||||||
|
"https://purl.imsglobal.org/spec/ob/v3p0/context.json"))
|
||||||
|
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
public static final String ID = ContextPropertyProbe.class.getSimpleName();
|
public static final String ID = ContextPropertyProbe.class.getSimpleName();
|
||||||
|
Loading…
Reference in New Issue
Block a user