// type of the field is incorrect and the field cannot be any
console.log('%cInvalid type received for "'+option+'". Expected: '+Validator.print(Object.keys(refOptionObj))+'. Received ['+optionType+'] "'+options[option]+'"'+Validator.printLocation(path,option),printStyle);