University of Waterloo · JSON Structure

University Of Waterloo Term Structure

An academic Term at Waterloo, a defined period of time used by classes

Type: object Properties: 7
EducationHigher EducationUniversityOpen DataCanadaResearch

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

Properties

termCode name nameShort termBeginDate termEndDate sixtyPercentCompleteDate associatedAcademicYear

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-term-structure.json",
  "name": "Term",
  "type": "object",
  "description": "An academic Term at Waterloo, a defined period of time used by classes",
  "properties": {
    "termCode": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "nameShort": {
      "type": "string"
    },
    "termBeginDate": {
      "type": "datetime"
    },
    "termEndDate": {
      "type": "datetime"
    },
    "sixtyPercentCompleteDate": {
      "type": [
        "datetime",
        "null"
      ]
    },
    "associatedAcademicYear": {
      "type": "int32"
    }
  }
}