*/ public function rules(): array { return [ 'name' => 'required', 'rules' => ['array', 'nullable', new ValidSmartPlaylistRulePayload()], ]; } }