const calendarEventListPropsSchema: JSONSchemaType<CalendarEventListProps> = {
    type: 'object',
    properties: {
        date: {
            type: 'string',