University of Waterloo · JSON Structure

University Of Waterloo Subject Structure

An academic Subject at Waterloo describes an area that a Course can be in

Type: object Properties: 5
EducationHigher EducationUniversityOpen DataCanadaResearch

Subject is a JSON Structure definition published by University of Waterloo, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code name descriptionAbbreviated description associatedAcademicOrgCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/university-of-waterloo/json-structure/university-of-waterloo-subject-structure.json",
  "name": "Subject",
  "type": "object",
  "description": "An academic Subject at Waterloo describes an area that a Course can be in",
  "properties": {
    "code": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "descriptionAbbreviated": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "associatedAcademicOrgCode": {
      "type": "string"
    }
  }
}