Skip to content

Commit 1129647

Browse files
committed
Changed multiplicity of accreditations to 0..*
1 parent 300652f commit 1129647

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

extensions/issuerAccreditationExtension/v2p0/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
specTitle: "Open Badges Issuer Accreditation Extension",
2323
shortName: "ob-accred",
2424
specStatus: "Base Document",
25-
specDate: "July 24th, 2024",
25+
specDate: "April 2nd, 2025",
2626
specVersion: "2.0",
2727
specNature: "normative",
2828
specType: "spec",
29-
docVersion: "1.0",
29+
docVersion: "1.1",
3030
contributors: _contributors,
3131
localBiblio: _localBiblio,
3232
skipCertGuideConformanceRef : true,
@@ -216,6 +216,11 @@ <h3>Version History</h3>
216216
<td>July 24th, 2024</td>
217217
<td>Initial release.</td>
218218
</tr>
219+
<tr>
220+
<td>Base Document 1.1</td>
221+
<td>April 2nd, 2025</td>
222+
<td>Set multiplicity of accreditations to 0..*.</td>
223+
</tr>
219224
</tbody>
220225
</table>
221226
</section>

extensions/issuerAccreditationExtension/v2p0/ob-accred_v2p0.lines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Model ob-accred 2024-09-12 2.0 "s:IMS Base Document" "t:Open Badges Issuer Accre
33
Package MainClasses DataModel
44

55
Class IssuerAccreditationProfile Unordered false [] "Profile extension with accreditation information."
6-
Property accreditations AccreditationProfile 0..1 "d:listing of accreditations."
6+
Property accreditations AccreditationProfile 0..* "d:listing of accreditations."
77

88
Class AccreditationProfile Unordered false [] "Profile extension with detailed information about an accrediting organization."
99
Property type IRI 1 "d:MUST be the IRI 'AccreditationProfile'."

0 commit comments

Comments
 (0)