com.github.fge.jsonschema.examples.custom-keyword.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-validator Show documentation
Show all versions of json-schema-validator Show documentation
A Java implementation of the JSON Schema specification
The newest version!
{
"type": "array",
"items": {
"type": "integer",
"divisors": [ 2, 3 ]
}
}