Request Body Validator - JSON validation schema

I found the JSON validation really interesting. However Is it possible to have a message that indicated what failed the validation?

So far I am only getting:

{ "message": "Invalid request body" }

Usually the JSON schema validator is reporting the field that fails also with the opportunity to add a custom message in case.

I looked around but could not find any example that clarify that.