const locationValidator = {
    findByID: {
        params: {
            id: locationSchema.id
        },