Skip to content

Instantly share code, notes, and snippets.

@kayaelle
Last active September 13, 2016 20:31
Show Gist options
  • Save kayaelle/f43f61bdc5c1f1630de6353d5a8eaf66 to your computer and use it in GitHub Desktop.
Save kayaelle/f43f61bdc5c1f1630de6353d5a8eaf66 to your computer and use it in GitHub Desktop.
OBEE Issuer Accreditation Extension Example 1
{
"@context": "https://w3id.org/openbadges/v1",
"type": "Issuer",
"id": "https://cccs.credly.com/organization.json",
"name": "Colorado Community College System",
"image": "https://cccs.credly.com/assets/images/logo.png",
"url": "https://cccs.credly.com",
"email": "example-email@cccs.credly.com",
"extensions:IssuerAccreditation": {
"@context":"https://openbadgespec.org/extensions/issuerAccreditationExtensions/context.json",
"type": ["Extension", "extensions:IssuerAccreditation"],
"name": "Higher Learning Commission",
"contactInstructions": "Visit website to request an instiitutional status and requirements report",
"url": "http://hlcommission.org",
"address": {
"streetAddress": "230 South LaSalle Street, Suite 7-500",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60604-1411"
},
"description": "The Higher Learning Commission accredits degree-granting post-secondary educational institutions in the North Central region of the United States.",
"logo": "http://www.cgscfoundation.org/wp-content/uploads/2016/01/hlc-logo.png",
"parentOrganization" : {
"name": "North Central Association of Colleges and Schools",
"url": "http://www.northcentralassociation.org/"
},
"areaServed": "HLC accredits degree-granting post-secondary educational institutions in the North Central region, which includes the following 19 states: Arizona, Arkansas, Colorado, Illinois, Indiana, Iowa, Kansa, Michigan, Minnesota, Missouri, Nebraska, New Mexico, North Dakota, Ohio, Oklahoma, South Dakota, West Virginia, Wisconsin, Wyoming",
"accreditationDate": "2009-07-31",
"educationalSector": "post-secondary"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment