> */ public function rules(): array { return [ 'permissions' => ['required', 'array'], 'permissions.*' => ['string', 'max:128'], ]; } }