https://github.com/penalara/jsonGhcSchemas/blob/main/schemas/common/ghcEngineOutput.schema.json#/properties/timetable/properties/assignedSections/items/properties/sessionsAssigned/items
Class unit or on call hour assigned in the timetable.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | ghcEngineOutput.schema.json* |
object
(SessionAssigned)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
refSesion | integer |
Required | cannot be null | EngineOutputGHCSchema |
refClassRomms | array |
Optional | cannot be null | EngineOutputGHCSchema |
refTeachers | array |
Optional | cannot be null | EngineOutputGHCSchema |
Identifier of the session in the input file.
refSesion
-
is required
-
Type:
integer
-
cannot be null
-
defined in: EngineOutputGHCSchema
integer
List of classrooms assigned to teach the class unit.
refClassRomms
-
is optional
-
Type:
string[]
(RefclassRomm) -
cannot be null
-
defined in: EngineOutputGHCSchema
string[]
(RefclassRomm)
List of teachers assigned to the class unit.
refTeachers
-
is optional
-
Type:
string[]
(RefTeacher) -
cannot be null
-
defined in: EngineOutputGHCSchema
string[]
(RefTeacher)