{
  "className": "CourseSection",
  "label": "CourseSection",
  "comment": "A specific instance of a course offered during a specific term",
  "subClassOf": [
    "Resource",
    "http://schema.org/CourseInstance"
  ],
  "properties": [
    "sectionIdentifier",
    "primaryInstructor",
    "syllabus",
    "forCourse",
    "termOffered",
    "enrollmentSize",
    "deliveryFormat"
  ]
}