
json-schema-validator_2.10.1.2.0.source-code.mod.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_2.10 Show documentation
Show all versions of json-schema-validator_2.10 Show documentation
Vertx module to validate JSON against a schema (see http://json-schema.org/)
The newest version!
{
// Scala verticle
"main":"scala:com.campudus.jsonvalidator.Starter",
// If your module is going to be registered in the Vert.x module registry you will also need the following
// mandatory fields
"description":"Vertx module to validate JSON against a schema (see http://json-schema.org/)",
"licenses": ["The Apache Software License Version 2.0"],
"author": "Max Stemplinger",
// Optional fields
"developers": ["Max Stemplinger", "Joern Bernhardt", "Sascha Schmidt"],
"keywords": ["json", "validator", "schema", "validate", "validation"],
"homepage": "https://www.github.com/campudus/vertx-json-schema-validator"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy