Skip to content

Institute

an organisation that imparts education or training, and offers certifications to corroborate the same; The user can acquire one or more certifications from an institute.
Type: object
Properties

id

an identifier for the institute; In implementations, this can be used as a key to find the logo for the institute.
Type: string

name *

the name of the institute
Type: string
Required: yes

shortName

a short informal name for the institute; This can be an abbreviation.
Type: string

url

the public facing URL to access the institute website; This should be a place where more information about the institute can be found.
Type: Url

address

the physical location of the institute; This can be a campus or the location where the institute is registered to receive communications.
Type: Address

contact

the contact information to reach the institute
Type: Contact

certs

a list of certifications earned at the institute
Type: array
Default: []
Item

Type: Cert
Examples
{
"id": "mit",
"name": "Massachusetts Institute of Technology",
"shortName": "MIT",
"url": "https://web.mit.edu/",
"address": {
"city": "Cambridge",
"state": "Massachusetts",
"countryCode": "US",
"postalCode": "02139"
}
}