adds badge v2

This commit is contained in:
Gyula Kerezsi
2017-02-01 14:09:13 +02:00
parent 1f0b682820
commit 2a73250c55
5 changed files with 65 additions and 0 deletions

9
docs/static/v2/revocationList.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"@context": "https://w3id.org/openbadges/v2",
"id": "https://example.org/revocationList.json",
"type": "RevocationList",
"issuer": "https://example.org/issuer",
"revokedAssertions": [
]
}