Skip to main content

Thread

A Thread schema

Attributes

Attribute NameTypeRequiredDefaultRefComments
_idString
plan_idStringtruePlan
location_typeStringtrueenum: ["Course", "Semester", "Year", "Plan", "Distribution"]
location_idStringtrue
resolvedBooleanFalse

Example

{
_id:"624f8bb1ccbfa9214879a4fa",
plan_id:"623659ddb8316b8b54f77815",
location_type:"Semester",
location_id:"623659ddb8316b8b54f77820Intersession"
resolved:false,
__v:0
}