University of Toronto · Schema
University of Toronto Timetable Builder — Section
UniversityHigher EducationEducationCanadaU15ResearchCourse CatalogIdentity FederationResearch DataInstitutional RepositoryLibraryPublic Research University
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| type | string | |
| teachMethod | string | |
| sectionNumber | string | |
| meetingTimes | array | |
| firstMeeting | objectnull | |
| instructors | array | |
| currentEnrolment | integer | |
| maxEnrolment | integer | |
| currentWaitlist | integer | |
| subTitle | string | |
| cancelInd | string | Y when the section is cancelled. A boolean encoded as a character. |
| waitlistInd | string | |
| tbaInd | string | Y when meeting times are to be announced. |
| openLimitInd | string | |
| enrolmentInd | string | Enrolment-control indicator code; meaning is division-specific and resolved via divisionalEnrolmentIndicators. |
| deliveryModes | array | |
| notes | array | |
| enrolmentControls | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-toronto/refs/heads/main/json-schema/ttb-section.json",
"title": "University of Toronto Timetable Builder \u2014 Section",
"x-provenance": {
"generated": "2026-08-19",
"method": "derived",
"source": "Derived by API Evangelist from live responses of https://api.easi.utoronto.ca/ttb captured 2026-08-19. The University of Toronto publishes no JSON Schema for this API.",
"x-operator": "institution"
},
"type": "object",
"required": [
"name",
"teachMethod"
],
"properties": {
"name": {
"type": "string",
"examples": [
"LEC0101",
"TUT0102"
]
},
"type": {
"type": "string",
"examples": [
"Lecture",
"Tutorial",
"Practical"
]
},
"teachMethod": {
"type": "string",
"examples": [
"LEC",
"TUT",
"PRA"
]
},
"sectionNumber": {
"type": "string",
"examples": [
"0101"
]
},
"meetingTimes": {
"type": "array",
"items": {
"$ref": "ttb-meeting-time.json"
}
},
"firstMeeting": {
"type": [
"object",
"null"
]
},
"instructors": {
"type": "array",
"items": {
"type": "object"
}
},
"currentEnrolment": {
"type": "integer",
"minimum": 0
},
"maxEnrolment": {
"type": "integer",
"minimum": 0
},
"currentWaitlist": {
"type": "integer",
"minimum": 0
},
"subTitle": {
"type": "string"
},
"cancelInd": {
"type": "string",
"enum": [
"Y",
"N"
],
"description": "Y when the section is cancelled. A boolean encoded as a character."
},
"waitlistInd": {
"type": "string",
"enum": [
"Y",
"N"
]
},
"tbaInd": {
"type": "string",
"enum": [
"Y",
"N"
],
"description": "Y when meeting times are to be announced."
},
"openLimitInd": {
"type": "string",
"enum": [
"Y",
"N"
]
},
"enrolmentInd": {
"type": "string",
"description": "Enrolment-control indicator code; meaning is division-specific and resolved via divisionalEnrolmentIndicators."
},
"deliveryModes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"session": {
"type": "string"
},
"mode": {
"type": "string",
"examples": [
"INPER",
"ONLSYNC",
"ONLASYNC"
]
}
}
}
},
"notes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"content": {
"type": "string",
"description": "May contain HTML."
}
}
}
},
"enrolmentControls": {
"type": "array",
"items": {
"type": "object"
}
}
},
"additionalProperties": true
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ttb-section"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.