My intention was to quickly validate the response of a ReST API by making sure only desired properties are present in the response (avoiding exposure of not required properties). using validators like joi, ajs etc is one way, but in some cases thats a bit extra work for the node