I want to validate a json input through json schema. The positive case works for intended objects and properties. But I want to validate against extra objects, parameters which are not mentioned in the schema.
Basically fail the validation if garbage data detected in the json