instituteSchema
type: object
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.
Examples
{ "id": "mit", "name": "Massachusetts Institute of Technology", "shortName": "MIT", "url": "https://web.mit.edu/", "address": { "city": "Cambridge", "state": "Massachusetts", "countryCode": "US", "postalCode": "02139" }}
id
type: string
optional? yes
an identifier for the institute; In implementations, this can be used as a key to find the logo for the institute.
name
type: string
the name of the institute
shortName
type: string
optional? yes
a short informal name for the institute; This can be an abbreviation.
url
type: urlSchema
optional? yes
the public facing URL to access the institute website; This should be a place where more information about the institute can be found.
address
type: addressSchema
optional? yes
the physical location of the institute; This can be a campus or the location where the institute is registered to receive communications.
contact
type: contactSchema
optional? yes
the contact information to reach the institute
certs
type: array
optional? yes
a list of certifications earned at the institute
certs[idx]
type: certSchema
a document that proves successful completion of a course of education or training