['required', 'string', 'max:100'], 'event_type' => ['required', 'string', 'max:100'], 'occurred_at' => ['required', 'date'], 'machine_external_id' => ['required', 'string', 'max:255'], 'correlation_id' => ['nullable', 'string', 'max:255'], 'data' => ['nullable', 'array'], ]; } }