Closed surajprsd closed 3 years ago
Appreciate your help in this ! I am new with schemas and would be great if you can modify the above to show validation result which shows a mandatory field missing like filename under files or mandatory version/sequence tag is missing in the json
This is not really the place to ask questions - see https://stackoverflow.com/questions/tagged/jsonschema
have already asked but couldn't get my answer on stack overflow
Hi, I am trying to validate my Json against my Json schema to check if my json has the mandatory fields or not using json schema package.
Below is the code sample. I am assuming the schema is incorrect, if yes please guide on how I can correct this. Thanks in advice.