Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 3.86 KB

ghcengineoutput-properties-generatedjsontimetable.md

File metadata and controls

58 lines (33 loc) · 3.86 KB

GeneratedJsonTimetable Schema

https://github.com/penalara/jsonGhcSchemas/blob/main/schemas/common/ghcEngineOutput.schema.json#/properties/timetable

Object with timetable specification resolved.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none ghcEngineOutput.schema.json*

timetable Type

object (GeneratedJsonTimetable)

timetable Properties

Property Type Required Nullable Defined by
assignedSections array Required cannot be null EngineOutputGHCSchema
anonymousClassRooms array Optional cannot be null EngineOutputGHCSchema

assignedSections

List of sections assigned in the Timetable.

assignedSections

assignedSections Type

object[] (AssignedSection)

anonymousClassRooms

Collection with anonymous classrooms created by the engine. The classrooms are grouped by set of classrooms.

anonymousClassRooms

anonymousClassRooms Type

object[] (AnonymousClassRoom)