['required', 'string'], 'session_type' => ['required', 'string'], 'starts_at' => ['required', 'date'], 'ends_at' => ['required', 'date', 'after:starts_at'], 'timezone' => ['nullable', 'timezone'], 'metadata' => ['nullable', 'array'], ]; } }