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
2 changes: 1 addition & 1 deletion .github/workflows/build-credentials-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "actions@github.com"
git add _generated/credentials.json
git commit -m "Auto update credentials type list" || echo "No changes"
git commit -m "Auto update credential type list [skip ci]" || echo "No changes"
git push
13 changes: 6 additions & 7 deletions .github/workflows/build-credentials.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Build credentials data

on:
push:
paths:
- "**/translations/en.json"
- "**/credential-types.json"
- "**/user-consent/user-consent-map.json"
- "**/user-consent/consent-groups.json"
workflow_run:
workflows: ["Update credential types list"]
types:
- completed

jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
Expand All @@ -24,5 +23,5 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "actions@github.com"
git add _generated/credentials.json
git commit -m "Auto update credentials data" || echo "No changes"
git commit -m "Auto update credentials data [skip ci]" || echo "No changes"
git push
5 changes: 0 additions & 5 deletions boarding-pass-certificate/v1/translations/en.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Boarding Pass Certificate
# Boarding Pass

This folder contains all technical assets related to the **Boarding Pass Certificate**.
This folder contains all technical assets related to the **Boarding Pass**.
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.
- [`v1`](v1/) – the first version of the Boarding Pass.
4 changes: 2 additions & 2 deletions visa-certificate/v1/README.md → boarding-pass/v1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visa Certificate (v1)
# Boarding Pass (v1)

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

## Contents

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +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.
This folder contains resources related to the **European Digital Credentials (EDC)** format, a serialization of the ELM ontology, used for Boarding Pass.

## 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.
- [schema](schema.json) - JSON Schema definition of the EDC Boarding Pass.
- [input-fields-to-credential-map](input-fields-to-credential-map.json) - Mapping between user-friendly input fields and the EDC Boarding Pass fields.

5 changes: 5 additions & 0 deletions boarding-pass/v1/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"credential": {
"title": "Boarding Pass"
}
}
5 changes: 0 additions & 5 deletions visa-certificate/v1/translations/en.json

This file was deleted.

4 changes: 2 additions & 2 deletions visa-certificate/README.md → visa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visa Certificate
# Visa

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

## Available Versions
Expand Down
4 changes: 2 additions & 2 deletions boarding-pass-certificate/v1/README.md → visa/v1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Boarding Pass Certificate (v1)
# Visa (v1)

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

## Contents

Expand Down
6 changes: 3 additions & 3 deletions visa-certificate/v1/edc/README.md → visa/v1/edc/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# EDC

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

## Contents

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

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"patternProperties": {
"^[a-z]{2}$": {
"type": "string",
"description": "A string value for a specific language code."
"description": "A string value for a specific language code. "
}
},
"additionalProperties": false
Expand Down
5 changes: 5 additions & 0 deletions visa/v1/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"credential": {
"title": "Visa"
}
}
Loading