|string> */ public function rules(): array { return [ "*.field" => [ "required", Rule::exists("custom_fields", "key")->where("group", $this->route("naming_rule")) ], "*.link" => "required" ]; } }