1+ < h3 > EndorsementCredential</ h3 >
2+ < pre
3+ class ="json example vc "
4+ data-schema ="org.1edtech.ob.v3p0.endorsementcredential.class "
5+ data-source ="CORE "
6+ data-allowadditionalproperties ="true "
7+ title ="Sample EndorsementCredential with ACE extension "
8+ >
9+ {
10+ "@context": [
11+ "https://www.w3.org/ns/credentials/v2",
12+ "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
13+ "https://purl.imsglobal.org/spec/ob/v3p0/extensions.json",
14+ "https://purl.imsglobal.org/spec/ob-ace/v1p0/context/context-1.0.0.json"
15+ ],
16+ "id": "http://example.com/credentials/3527",
17+ "type": [
18+ "VerifiableCredential",
19+ "EndorsementCredential"
20+ ],
21+ "name": "SDE endorsement",
22+ "issuer": {
23+ "id": "https://state.gov/issuers/565049",
24+ "type": ["Profile"],
25+ "name": "State Department of Education"
26+ },
27+ "validFrom": "2010-01-01T00:00:00Z",
28+ "validUntil": "2030-01-01T00:00:00Z",
29+ "credentialSubject": {
30+ "id": "https://1edtech.edu/issuers/565049",
31+ "type": ["EndorsementSubject", "ACEEndorsementSubject"],
32+ "endorsementComment": "Some notes about the credit recommendations.",
33+ "identifier": [{
34+ "type": ["IdentityObject"],
35+ "hashed": false,
36+ "identityType": "ext:ACEId",
37+ "identityHash": "ACE-123456"
38+ }],
39+ "minimumPassingScore": {
40+ "type": ["ResultDescription"],
41+ "name": "Passing Score",
42+ "resultType": "Percent",
43+ "requiredValue": "80"
44+ },
45+ "version": 1,
46+ "creditRecommendations": [
47+ {
48+ "type": ["ACECreditRecommendation"],
49+ "creditRecommendationId": "b7e8c2a1-4f3d-4e2b-9d6f-8a1c2e3f4b5a",
50+ "semesterHours": 12.0,
51+ "level": "LowerDivisionBaccalaureate",
52+ "subject": "Computer networking"
53+ },
54+ {
55+ "type": ["ACECreditRecommendation"],
56+ "creditRecommendationId": "a3f9d7c4-2b1e-4a6f-9e8d-7c6b5a4e3f2d",
57+ "semesterHours": 24.0,
58+ "level": "VocationalCertificate",
59+ "subject": "Computer networking"
60+ }
61+ ],
62+ "alignment": [{
63+ "type": ["Alignment"],
64+ "targetDescription": "Robot software is a set of commands and procedures robots use to respond to input and perform autonomous tasks.",
65+ "targetName": "Robot Programming",
66+ "targetFramework": "Example Robotics Framework",
67+ "targetType": "CFItem",
68+ "targetUrl": "https://robotics-competencies.example.com/competencies/robot-programming"
69+ }, {
70+ "type": ["Alignment"],
71+ "targetName": "National Guide Link",
72+ "targetType": "ext:ACENationalGuideLink",
73+ "targetUrl": "https://example.com"
74+ }]
75+ },
76+ "credentialSchema": [
77+ {
78+ "id": "https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_endorsementcredential_schema.json",
79+ "type": "1EdTechJsonSchemaValidator2019"
80+ },
81+ {
82+ "id": "https://purl.imsglobal.org/spec/ob-ace/v1p0/schema/ob_ace_v1p0_endorsementcredential_schema.json",
83+ "type": "1EdTechJsonSchemaValidator2019"
84+ }
85+ ]
86+ }
87+ </ pre >
0 commit comments