|string> */ public function rules(): array { return [ 'NomorInduk' => ['string'], 'JenisKegiatanId' => ['required', 'integer'], 'NamaPerusahaan' => ['required', 'string'], 'Alamat' => ['string'], 'KelurahanId' => ['required', 'integer'], 'KodePos' => ['string'], 'Telepon' => ['string'], 'Fax' => ['string'], 'Email' => ['required', 'string'], 'Lintang' => ['string'], 'Bujur' => ['string'], 'CPNama' => ['string'], 'CPTelepon' => ['string'], 'ILNomor' => ['string'], 'ILTanggal' => ['string'], 'JenisDokILId' => ['integer'], 'VerifikatorId' => ['required', 'integer'], 'IsPublish' => ['required', 'boolean'], 'ILDokumen' => 'nullable|file|mimes:pdf|max:2048', 'Kawasan' => ['string'], ]; } }