Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _generated/credential-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@
}
}
},
"boarding-pass-certificate": {
"v1": {
"schema": "/boarding-pass-certificate/v1/input-fields/schema.json",
"formats": {
"edc": {
"schema": "/boarding-pass-certificate/v1/edc/schema.json",
"map": {
"fullName": "/credentialSubject/fullName",
"flightNumber": "/credentialSubject/flightInformation/flightNumber",
"date": "/credentialSubject/flightInformation/date",
"boardingTime": "/credentialSubject/flightInformation/boardingTime",
"locationFrom": "/credentialSubject/flightInformation/locationFrom",
"locationTo": "/credentialSubject/flightInformation/locationTo",
"gateNumber": "/credentialSubject/flightInformation/gateNumber",
"seatNumber": "/credentialSubject/flightInformation/seatNumber"
}
}
}
}
},
"certificate-of-advanced-study": {
"v1": {
"schema": "/certificate-of-advanced-study/v1/input-fields/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion _generated/credentials.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions boarding-pass-certificate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Boarding Pass Certificate

This folder contains all technical assets related to the **Boarding Pass Certificate**.
It includes credential schemas, field definitions, mappings, and translation files used for credential generation and validation.

## Available Versions

Choose a version of the credential type to view its specification. Currently, the latest version is:

- [`v1`](v1/) – the first version of the Boarding Pass Certificate.
11 changes: 11 additions & 0 deletions boarding-pass-certificate/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Boarding Pass Certificate (v1)

This folder defines the structure and resources for the v1 implementation of **Boarding Pass Certificate**.

## Contents

- [edc](edc) - European Digital Credentials (EDC) schemas, mappings, example credentials and signed files.
- [input-fields](input-fields) - Input field schema definitions, configuration examples and related translation files.
- [translations](translations) - Translated credential titles organised by language.
- [user-consent](user-consent) - Mapping between user consent groups and corresponding input fields.

9 changes: 9 additions & 0 deletions boarding-pass-certificate/v1/edc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EDC

This folder contains resources related to the **European Digital Credentials (EDC)** format, a serialization of the ELM ontology, used for Boarding Pass Certificate.

## Contents

- [schema](schema.json) - JSON Schema definition of the EDC Boarding Pass Certificate.
- [input-fields-to-credential-map](input-fields-to-credential-map.json) - Mapping between user-friendly input fields and the EDC Boarding Pass Certificate fields.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"fullName": "/credentialSubject/fullName",
"flightNumber": "/credentialSubject/flightInformation/flightNumber",
"date": "/credentialSubject/flightInformation/date",
"boardingTime": "/credentialSubject/flightInformation/boardingTime",
"locationFrom": "/credentialSubject/flightInformation/locationFrom",
"locationTo": "/credentialSubject/flightInformation/locationTo",
"gateNumber" : "/credentialSubject/flightInformation/gateNumber",
"seatNumber": "/credentialSubject/flightInformation/seatNumber"
}
Loading
Loading