The problem is that it gives generic error messages that are not relevant to me. I want to send custom message to user. Do we have any option like this: ``` "properties": { "myKey": { "type": "string" **"errorMessage" : "My error message"** }, } ``` Thanks.