Skip to content

Commit 44865ff

Browse files
committed
fix: added docType segment to allow the inclusion within other files
1 parent 9ebd025 commit 44865ff

30 files changed

Lines changed: 270 additions & 36 deletions

ob_v3p0/microsites/v3p0.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,17 @@ releases:
218218
comments: "Fixed links to OpenAPI files in <a href=\"#api\">Open Badges API</a> section"
219219
---
220220

221-
@v3p0/spec/abstract.md
221+
@standards/v3p0/spec/abstract.md
222222

223-
@v3p0/spec/introduction.md
223+
@standards/v3p0/spec/introduction.md
224224

225-
@v3p0/spec/overview.md
225+
@standards/v3p0/spec/overview.md
226226

227-
@v3p0/spec/usecases.md
227+
@standards/v3p0/spec/usecases.md
228228

229-
@v3p0/spec/gettingstarted.md
229+
@standards/v3p0/spec/gettingstarted.md
230230

231-
@v3p0/spec/docformat.md
231+
@standards/v3p0/spec/docformat.md
232232

233233
# Open Badges API
234234

@@ -982,11 +982,11 @@ When the request for revocation is rejected, the [=authorization server=] return
982982

983983

984984

985-
@v3p0/spec/integrity.md
985+
@standards/v3p0/spec/integrity.md
986986

987-
@v3p0/spec/verification.md
987+
@standards/v3p0/spec/verification.md
988988

989-
@v3p0/spec/equality-and-comparison.md
989+
@standards/v3p0/spec/equality-and-comparison.md
990990

991991
# Verifiable Credentials Extensions
992992

@@ -1001,7 +1001,7 @@ This standard references four VC Extensions:
10011001
> **Note**: The 1EdTech extensions are designed to work with any [=verifiable credential=] and may be contributed to the [[VC-EXTENSION-REGISTRY]] in the future.
10021002
10031003

1004-
@v3p0/spec/serialization.md
1004+
@standards/v3p0/spec/serialization.md
10051005

10061006
# Data Models
10071007

@@ -1078,7 +1078,7 @@ title: Verification Support Data Models
10781078

10791079
The data models in this section are used by the [[[#verification-and-validation]]] process for supporting older credentials created with [[VC-DATA-MODEL-1.1]].
10801080

1081-
@v3p0/spec/extending.md
1081+
@standards/v3p0/spec/extending.md
10821082

10831083
# Examples
10841084

ob_v3p0/microsites/v3p0/cert.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ releases:
198198
comments: Added JSON-LD Safe mode requirement for issuer certification profile.
199199
---
200200

201-
@v3p0/cert/abstract.md
201+
@standards/v3p0/cert/abstract.md
202202

203-
@v3p0/cert/introduction.md
203+
@standards/v3p0/cert/introduction.md
204204

205-
@v3p0/cert/conformance.md
205+
@standards/v3p0/cert/conformance.md
206206

207-
@v3p0/cert/issuer.md
207+
@standards/v3p0/cert/issuer.md
208208

209-
@v3p0/cert/displayer.md
209+
@standards/v3p0/cert/displayer.md
210210

211-
@v3p0/cert/host.md
211+
@standards/v3p0/cert/host.md

ob_v3p0/microsites/v3p0/cert/abstract.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Abstract"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Abstract for the Open Badges 3.0 certification document"
8+
---
9+
110
## Abstract
211

312
Open Badges are visual symbols of accomplishments packed with verifiable metadata according to the Open Badges specification. The Open Badges 3.0 specification [[OB-30]] defines the properties necessary to define an achievement and award it to a recipient, as well as procedures for verifying badge authenticity and “baking” badge information into portable image files. It includes term definitions for representations of data in Open Badges and defines an API for exchanging badge information. These term definitions appear in the current Open Badges JSON-LD Context File.

ob_v3p0/microsites/v3p0/cert/conformance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Conformance and Certification"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Overview of Open Badges 3.0 conformance and certification requirements"
8+
---
9+
110
## Conformance and Certification
211

312
The goal of 1EdTech certification for Open Badges [[OB-30]] is to ensure interoperable implementations of badging systems that generate and issue digital badges as well as those that host and display badges.

ob_v3p0/microsites/v3p0/cert/displayer.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Open Badges 3.0 Displayer Service Conformance"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Displayer service conformance requirements for Open Badges 3.0 certification"
8+
---
9+
110
## Open Badges 3.0 Displayer Service Conformance {#displayer-conformance}
211

312
An Open Badges Displayer is an application that displays and verifies badges for viewers. The candidate platform must support viewer-initiated verification of a badge.

ob_v3p0/microsites/v3p0/cert/host.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Open Badges 3.0 Host Service Conformance"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Host service conformance requirements for Open Badges 3.0 certification"
8+
---
9+
110
## Open Badges 3.0 Host Service Conformance {#host-conformance}
211

312
An Open Badges **Host** is an application that can aggregate and publicly host OpenBadgeCredential for recipients. It also supports export of badges at user request. The candidate platform must be able to import all formats of Open Badges as well as prove that badge metadata is not lost upon export of the badge. The candidate platform must also meet [[[#service-provider-write]]] requirements and accept an AchievementCredential or a Profile from an Issuer application. And meet [[[#service-consumer-read]]] and [[[#service-provider-read]]] requirements for exchanging AchievementCredentials with other Host applications.

ob_v3p0/microsites/v3p0/cert/introduction.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Introduction"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Introduction for Open Badges 3.0 certification"
8+
---
9+
110
## Introduction
211

312
### Conformance Statements {#conformance}

ob_v3p0/microsites/v3p0/cert/issuer.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Open Badges 3.0 Issuer Service Conformance"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Issuer service conformance requirements for Open Badges 3.0 certification"
8+
---
9+
110
## Open Badges 3.0 Issuer Service Conformance {#issuer-conformance}
211

312
A Open Badges **Issuer** is an application that allows for the creation of OpenBadgeCredentials and the subsequent delivery of OpenBadgeCredentials to recipients that conform to the Open Badges Specification. The candidate platform must issue a valid badge and demonstrate how the badge is retrieved by the recipient. The candidate platform may also meet Service Consumer (Write) requirements and can send an AchievementCredential or a Profile to a product that conforms to Service Provider (Write) requirements.

ob_v3p0/microsites/v3p0/errata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ releases:
125125
comments: Fixed typography errors in the errata document.
126126
---
127127

128-
@v3p0/errata/errata.md
128+
@standards/v3p0/errata/errata.md

ob_v3p0/microsites/v3p0/errata/errata.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Errata for Open Badges 3.0 Specification"
3+
docType: "segment"
4+
status: "Final"
5+
author: "1Edtech Consortium"
6+
lastUpdated: 2023-08-10
7+
description: "Errata for the Open Badges 3.0 specification"
8+
---
9+
110
## Errata for Open Badges 3.0 Specification
211

312
### Context file

0 commit comments

Comments
 (0)