I need a schema for the fastest-validator which will pass next payload
{ 'test': { 'policy': 123, 'ttt': undefined }, 'bla': { 'aa': 12 } }
But won't pass following payload
{'test': null}