Event
idstring<uuid>
Event unique identifier
namestring
Event name
slugstring
Event URL slug
descriptionstring
Event description
isActiveboolean
Whether the event is currently active
startDatestring<date>
Event start date
endDatestring<date>
Event end date
contactEmailstring<email>
Contact email for the event
createdAtstring<date-time>
Event creation timestamp
Event
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string",
"description": "string",
"isActive": true,
"startDate": "2024-07-29",
"endDate": "2024-07-29",
"contactEmail": "user@example.com",
"createdAt": "2024-07-29T15:51:28.071Z"
}