Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.55 KB

Examples of OpenBadges v3 Credentials for Edubadges

Goes with the wiki at ./examples.md. Document ./markdown.md explains formatting of the data inside the credential attributes.

This README describes the technical details. The examples.md describes the actual model and examples.

Test

Update examples json

The examples.md file can be updated after json files were added or remove with

make

This calls shell scripts to remove old json and add new json in a template.

Contexts

In ./contexts/ we collect all extensions descriptions for use in @context.

These can be referenced on github through urls such as

https://raw.githubusercontent.com/educredentials/obv3-examples/refs/heads/main/contexts/some-context-extension.json

Reference

In ./ref we collect reference files and data.

Test

We test the files in a CI against the following schema files:

These files are downloaded and committed to the repo, so might get outdated.

It uses boon which we compile in a private docker image educredentials/boon

You can run this image locally too.