Manjunath DR
Manjunath DR
Having the same issue.
And another example for invalid schema is ``` { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "name": { "type": "unknow_data_type" // Invalid data type and it should throw an error for...
@justin-tay - Can you please recommend how to validate the JSON schema before validating with JSON data?
Thanks @justin-tay - It's working.