All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.jsonschema.examples.custom-keyword.json Maven / Gradle / Ivy

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": {
        "type": "integer",
        "divisors": [ 2, 3 ]
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy