AgendaItemSchema
talawa-api • Docs
talawa-api / models/AgendaItem / AgendaItemSchema
Variable: AgendaItemSchema
> const
AgendaItemSchema: Schema
<any
, Model
<any
, any
, any
, any
, any
, any
>, object
, object
, object
, object
, DefaultSchemaOptions
, object
, Document
<unknown
, object
, FlatRecord
<object
>> & FlatRecord
<object
> & object
>
Mongoose schema definition for an agenda item document.
Param
Title of the agenda item.
Param
Optional description of the agenda item.
Param
Reference to the event associated with the agenda item.
Param
Duration of the agenda item.
Param
Optional array of attachment URLs.
Param
Reference to the user who created the agenda item.
Param
Reference to the user who last updated the agenda item.
Param
Optional array of URLs related to the agenda item.
Param
Optional array of users associated with the agenda item.
Param
Optional array of agenda categories associated with the agenda item.
Param
Sequence number of the agenda item.
Param
Type of the agenda item (Regular or Note).
Param
Date when the agenda item was created.
Param
Date when the agenda item was last updated.
Param
Reference to the organization associated with the agenda item.
Param
Array of notes associated with the agenda item.