Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 6 KB

ghcengineoutput-properties-generatedjsontimetable-properties-assignedsections-assignedsection-properties-sessionsassigned-sessionassigned.md

File metadata and controls

77 lines (43 loc) · 6 KB

SessionAssigned Schema

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*

items Type

object (SessionAssigned)

items Properties

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

refSesion

Identifier of the session in the input file.

refSesion

refSesion Type

integer

refClassRomms

List of classrooms assigned to teach the class unit.

refClassRomms

refClassRomms Type

string[] (RefclassRomm)

refTeachers

List of teachers assigned to the class unit.

refTeachers

refTeachers Type

string[] (RefTeacher)