Skip to content

Commit dd2f787

Browse files
committed
Added resources segment
1 parent c7ed6e5 commit dd2f787

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

ob_v3p0/microsites/v3p0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ releases:
216216
docVersion: "1.4.3"
217217
date: 2026-04-22
218218
comments: "Fixed links to OpenAPI files in <a href=\"#api\">Open Badges API</a> section"
219+
resources:
220+
- standards/v3p0/spec/spec-resources.md
219221
---
220222

221223
@standards/v3p0/spec/abstract.md
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "Resources for Open Badges"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1EdTech Consortium"
6+
lastUpdated: 2025-01-14
7+
category: "resources"
8+
hideFromFrontPage: true
9+
hideFromSideNavigate: true
10+
description: >
11+
Related resource segment for the Open Badges specification.
12+
Listed via the parent document `resources` frontmatter field.
13+
---
14+
15+
### Data Model
16+
17+
| Class | JSON Schema |
18+
| --- | --- |
19+
| AchievementCredential | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_achievementcredential-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_achievementcredential-jsonschema1.json) |
20+
| EndorsementCredential | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_endorsementcredential-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_endorsementcredential-jsonschema1.json) |
21+
| Profile | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_profile-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_profile-jsonschema1.json) |
22+
| AnyAchievementCredential | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_anyachievementcredential-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_anyachievementcredential-jsonschema1.json) |
23+
| AnyEndorsementCredential | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_anyendorsementcredential-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_anyendorsementcredential-jsonschema1.json) |
24+
| Imsx_StatusInfo | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_imsx_statusinfo-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_imsx_statusinfo-jsonschema1.json) |
25+
| ServiceDescriptionDocument | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_servicedescriptiondocument-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_servicedescriptiondocument-jsonschema1.json) |
26+
| GetOpenBadgeCredentialsResponse | [https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_getopenbadgecredentialsresponse-jsonschema1.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/json/ob_v3p0_getopenbadgecredentialsresponse-jsonschema1.json) |
27+
28+
### Service Model
29+
30+
The service model is available as an OpenAPI document at the following URL:
31+
32+
- [https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/ob_v3p0_openapi3.json](https://purl.imsglobal.org/spec/ob/v3p0/schema/openapi/ob_v3p0_openapi3.json)
33+
34+
### Skill
35+
36+
The skill model is available as a JSON file at the following URL:
37+
38+
- [https://purl.imsglobal.org/spec/ob/v3p0/skill/ob_v3p0_skill.zip](https://purl.imsglobal.org/spec/ob/v3p0/skill/ob_v3p0_skill.zip)
39+
40+

0 commit comments

Comments
 (0)