Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impierce/digital-credential-data-models
Rust library for the several digital credential data models such as OpenBadges v3.0 and European Learner Model (ELM)
https://github.com/impierce/digital-credential-data-models
elm openbadges verifiable-credentials
Last synced: 2 months ago
JSON representation
Rust library for the several digital credential data models such as OpenBadges v3.0 and European Learner Model (ELM)
- Host: GitHub
- URL: https://github.com/impierce/digital-credential-data-models
- Owner: impierce
- License: apache-2.0
- Created: 2023-11-17T08:42:11.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T08:06:41.000Z (7 months ago)
- Last Synced: 2024-05-22T12:38:53.277Z (7 months ago)
- Topics: elm, openbadges, verifiable-credentials
- Language: Rust
- Homepage:
- Size: 1.16 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Credential data models
This repository will contain the following data models:
- Open Badges (v3)
- Elm (v3.2)## OpenBadges
Rust library for the Open Badges data model
https://www.imsglobal.org/spec/ob/v3p0Open Badges Specification
Candidate Final Public
Spec Version: 3.0
Document Version: 1.0.10
Date Issued: September 22, 2023### Summary
This library contains all structs and enums needed to (De)Serialize OpenBadges from and into JSON format. These structs and enums are enhanced with implementations and builders for more convenient usage.### Index
- `src`: This folder contains all the structs, enums and their implementations and builders.
- `tests/obv3_json_examples`: This folder contains all JSON format examples specified on the website (https://www.imsglobal.org/spec/ob/v3p0#examples-0) as JSON files.
- `tests/tests`: This folder contains the tests indexed per example JSON file.### Deviation
There is one deviation to the Json Schema as specified in the following issue:
https://github.com/1EdTech/openbadges-specification/issues/553
Changes suggested in this issue are accepted, but have not yet been made.
This library has already adopted this change.