Skip to content

Commit 106d15e

Browse files
committed
Fix links to OpenAPI files in the Open Badges API section and update document version to 1.4.3
1 parent e429c0d commit 106d15e

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

ob_v3p0/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<ul>
3535
<li>
3636
<a
37-
href="https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/imsob_v3p0.json"
37+
href="https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/ob_v3p0_oas.json"
3838
>JSON OpenAPI File</a
3939
>
4040
</li>
4141
<li>
4242
<a
43-
href="https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/imsob_v3p0.yaml"
43+
href="https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/ob_v3p0_oas.yaml"
4444
>YAML OpenAPI File</a
4545
>
4646
</li>

ob_v3p0/ob_v3p0.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
specNature: "normative", // spec nature is "normative" or "informative"
2828
specType: "main", // spec type is "main", "cert", "impl", "errata" or other agreed upon string
2929
specVersion: "3.0",
30-
docVersion: "1.4.2",
30+
docVersion: "1.4.3",
3131
specStatus: "Final Release",
32-
specDate: "April 17, 2026",
32+
specDate: "April 22, 2026",
3333
contributors: _contributors,
3434
localBiblio: _localBiblio,
3535
iprs: _iprs,
@@ -260,6 +260,16 @@ <h1>Revision History</h1>
260260
</ul>
261261
</td>
262262
</tr>
263+
<tr>
264+
<td>Final</td>
265+
<td>1.4.3</td>
266+
<td>April 22, 2026</td>
267+
<td>
268+
<ul>
269+
<li>Fixed links to OpenAPI files in <a href="#api">Open Badges API</a> section</li>
270+
</ul>
271+
</td>
272+
</tr>
263273
</tbody>
264274
</table>
265275
</section>

0 commit comments

Comments
 (0)