Top "Json-schema-validator" questions

A JSON Schema validation implementation in pure Java, which aims for correctness and performance

'$id' property usage in JSON Schema

I'm using JSON Schema for validating data. I think that I may have a mistake on my schema by using …

json jsonschema json-schema-validator
How do I do a nested list (array) of schema references in json schema that isn't a dictionary

So I have a similiar question (see: How do I do a nested list (array) of schema references in json …

json jsonschema json-schema-validator
JSON Schema `required` allows empty string for value

I'm using a JSON schema template to validate the data that is received by an online form. One of the …

json jsonschema json-schema-validator
Validating json payload against swagger file - json-schema-validator

I am trying to validate a json payload against a swagger file that contains the service agreement. I am using …

java json swagger jsonschema json-schema-validator