Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBEE Example #1 for Testing (Valid Badge) #3

Open
thortek opened this issue Apr 5, 2017 · 1 comment
Open

OBEE Example #1 for Testing (Valid Badge) #3

thortek opened this issue Apr 5, 2017 · 1 comment

Comments

@thortek
Copy link

thortek commented Apr 5, 2017

Assertion URL:

https://coderecruiter.com/badges/valid/singleAssessmentNoAccred/assertion.json

JSON:

{
  "@context": "https://w3id.org/openbadges/v1",
  "type": "Assertion",
  "id": "http://coderecruiter.com/badges/valid/doubleAssessmentSingleAccred/assertion.json",
  "uid": "928472#23619",
  "recipient": {
    "type": "email",
    "hashed": false,
    "identity": "[email protected]"
  },
  "issuedOn": "2016-02-15T17:29:23.893Z",
  "badge": "https://coderecruiter.com/badges/valid/doubleAssessmentSingleAccred/class.json",
  "verify": {
    "type": "hosted",
    "url": "https://coderecruiter.com/badges/valid/doubleAssessmentSingleAccred/assertion.json"
  }
}

You can learn more about testing this badge here: https://thortek.github.io/IMSBadgeValidator/

@jbohrer
Copy link
Contributor

jbohrer commented Apr 11, 2017

Thor, I just noticed that the JSON above doesn't match the Assertion URL that precedes it. I think the example should look like this:

Assertion URL:

https://coderecruiter.com/badges/valid/singleAssessmentNoAccred/assertion.json

JSON:
{ "@context": "https://w3id.org/openbadges/v1", "type": "Assertion", "id": "http://coderecruiter.com/badges/valid/singleAssessmentNoAccred/assertion.json", "uid": "23432#67676", "recipient": { "type": "email", "hashed": false, "identity": "[email protected]" }, "issuedOn": "2016-02-15T17:29:23.893Z", "badge": "https://coderecruiter.com/badges/valid/singleAssessmentNoAccred/class.json", "verify": { "type": "hosted", "url": "https://coderecruiter.com/badges/valid/singleAssessmentNoAccred/assertion.json" } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants