Skip to content

Instantly share code, notes, and snippets.

@kayaelle
Last active September 13, 2016 20:32
Show Gist options
  • Save kayaelle/143997cdc5ac37e435fd945c12be8bb8 to your computer and use it in GitHub Desktop.
Save kayaelle/143997cdc5ac37e435fd945c12be8bb8 to your computer and use it in GitHub Desktop.
OBEE Issuer Accreditation Extension Example 2
{
"@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/issuerAccreditation/context.json",
"type": ["Extension", "extensions:IssuerAccreditation"],
"name": "Northwest Commission on Colleges and Universities",
"contactInstructions": "Call or email the Commission Office",
"url": "http://www.nwccu.org/index.htm",
"address": {
"streetAddress": "8060 165th Ave. NE, Suite 100",
"addressLocality": "Redmond",
"addressRegion": "WA",
"postalCode": "98052"
},
"description": "The Northwest Commission on Colleges and Universities (NWCCU) is an independent, non-profit membership organization recognized by the U.S. Department of Education as the regional authority on educational quality and institutional effectiveness of higher education institutions.",
"areaServed": "The US seven-state Northwest region of Alaska, Idaho, Montana, Nevada, Oregon, Utah, and Washington. US-AK, US-ID, US-MT, US-NV, US-OR, US-UT, US-WA",
"accreditationDate": "2010-09-01",
"educationalSector": "Postsecondary"
},
{
"@context":"https://openbadgespec.org/extensions/issuerAccreditation/context.json",
"type": ["Extension", "extensions:issuerAccreditation"],
"name": "Commission on Accreditation of Allied Health Education Programs",
"contactInstructions": "Contact Kathleen Megivern, Executive Director, megivern@caahep.org",
"url": "http://www.ncacasi.org",
"address": {
"streetAddress": "25400 US Highway 19 N, Suite 158",
"addressLocality": "Clearwater",
"addressRegion": "FL",
"postalCode": "33763"
},
"description": "CAAHEP is the largest programmatic accreditor in the health sciences field. In collaboration with its Committees on Accreditation, CAAHEP reviews and accredits over 2000 educational programs in twenty-eight (28) health science occupations.",
"accreditationDate": "2014-04-01",
"educationalSector": "postsecondary"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment