From c01d00d34504bbacba68d52a3dae1f4bc145f505 Mon Sep 17 00:00:00 2001 From: Gyula Kerezsi Date: Fri, 3 Feb 2017 14:56:46 +0200 Subject: [PATCH] add revocation list to v1.1 --- docs/static/v1.1/revocationList.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/static/v1.1/revocationList.json diff --git a/docs/static/v1.1/revocationList.json b/docs/static/v1.1/revocationList.json new file mode 100644 index 0000000..a1ae33c --- /dev/null +++ b/docs/static/v1.1/revocationList.json @@ -0,0 +1,9 @@ +{ + "@context": "https://w3id.org/openbadges/v2", + "id": "https://example.org/revocationList.json", + "type": "RevocationList", + "issuer": "https://example.org/issuer", + "revokedAssertions": [ + + ] +} \ No newline at end of file