{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/purdue/main/json-structure/purdue-section-structure.json", "name": "Section", "description": "JSON Structure for a Purdue.io course catalog Section object.", "type": "object", "properties": { "Id": { "type": "string", "description": "Unique identifier (GUID)." }, "Crn": { "type": "string", "description": "Course Reference Number." }, "ClassId": { "type": "string", "description": "GUID of the owning class." }, "Type": { "type": "string", "description": "Section type." }, "StartDate": { "type": "date", "description": "Section start date." }, "EndDate": { "type": "date", "description": "Section end date." } }, "required": ["Id"] }