Event
Event Model
Event Attributes
Attribute
Data Type
Description
Example Event Object
{
"_id": "5349b4ddd2781d08c09890f3",
"name": "Art Exhibition",
"type": "EXHIBITION",
"summary": "An exhibition showcasing contemporary art pieces.",
"description": "Explore the world of modern art through various paintings and sculptures.",
"venue": "Art Gallery",
"timeline": [
{
"time": "2023-11-05T10:00:00Z",
"venue": "Gallery Entrance",
"description": "Exhibition opening and welcome reception."
},
{
"time": "2023-11-05T15:00:00Z",
"venue": "Exhibition Halls",
"description": "Guided tour of the art pieces."
},
{
"time": "2023-11-05T18:00:00Z",
"venue": "Gallery Courtyard",
"description": "Closing ceremony and art auction."
}
],
"image": "https://fake-url.com/art_exhibition.jpg",
"organisation": "5f7f2b9a4f3d1e0b1c9b4c7a"
}Usage
Organisation Model
Organisation Attributes
Attribute
Data Type
Description
Usage
Example Organisation Object
Last updated