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

json-schema-validator_2.10.1.2.0.source-code.mod.json Maven / Gradle / Ivy

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