PetJournal / petjournal.api

API of the Pet Journal platform that helps you take care of your pet.
MIT License
15 stars 6 forks source link

fix: fix pet specie alias validation #41

Closed matheusgondra closed 1 year ago

matheusgondra commented 1 year ago

Creation of a new validator: OptionalFieldValidation.

I created this validator to pass validations on optional fields in routes.

It receives two things, the name of the optional field and a validator for that optional field