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

OBI v1.1 Example for Testing (Valid Badge) #2

Open
mtmercury opened this issue Mar 29, 2017 · 1 comment
Open

OBI v1.1 Example for Testing (Valid Badge) #2

mtmercury opened this issue Mar 29, 2017 · 1 comment

Comments

@mtmercury
Copy link

mtmercury commented Mar 29, 2017

Assertion URL:

https://sandbox-api.youracclaim.com/v1/obi/badge_assertions/5e02ea9f-cf2e-4847-a88b-f2498834a156

JSON:

{
	"@context": "https://w3id.org/openbadges/v1",
	"type": "Assertion",
	"id": "https://sandbox-api.youracclaim.com/v1/obi/badge_assertions/5e02ea9f-cf2e-4847-a88b-f2498834a156",
	"uid": "5e02ea9f-cf2e-4847-a88b-f2498834a156",
	"recipient": {
		"type": "email",
		"identity": "sha256$d18d51b709240621614828da67ac19f649e8a7c0a3dff6c94bd4854e75facf59",
		"hashed": true
	},
	"image": "https://acclaim-sandbox-app.s3.amazonaws.com/images/f9fb87e0-4d46-47d5-9a8f-8407a00ec14a/4b06018c556ddf169bff8be804821ccd15636bb6.png",
	"evidence": "https://sandbox-api.youracclaim.com/badges/5e02ea9f-cf2e-4847-a88b-f2498834a156",
	"issuedOn": "2016-03-18T05:00:00.000Z",
	"badge": "https://sandbox-api.youracclaim.com/v1/obi/badge_classes/d3fa502b-b4a9-4d81-bc15-6a1c88d4336a",
	"verify": {
		"type": "hosted",
		"url": "https://sandbox-api.youracclaim.com/v1/obi/badge_assertions/5e02ea9f-cf2e-4847-a88b-f2498834a156"
	},
	"expires": "2019-03-18T05:00:00.000Z"
}

You can view the badge on Acclaim here:
https://sandbox.youracclaim.com/badges/5e02ea9f-cf2e-4847-a88b-f2498834a156

@ottonomy
Copy link

Thanks, @mtmercury: the "smart apostrophe" in the BadgeClass's description has helped me discover a unicode interpretation error in the textual data validator part of the validator work.

  1. IssuerOrg is not an acceptable type value for v1.1 Issuer Profile objects. This should be changed to Issuer.
  2. Validator at this early stage ( see commitc3920410 ) does not yet support translation of the deprecated alignmentObject properties used in v1. This is tracked in issue badgecheck/91.

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