🌐
GitHub
github.com › networknt › json-schema-validator
GitHub - networknt/json-schema-validator: A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12 · GitHub
The json-schema-validator package is published to Maven Central and is available in two major release lines, depending on your Java and Jackson versions:
Starred by 1K users
Forked by 338 users
Languages   Java 98.6% | Python 1.4%
🌐
GitHub
github.com › java-json-tools › json-schema-validator
GitHub - java-json-tools/json-schema-validator: A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order · GitHub
This package is available on Maven central; the artifact is as follows: Gradle: dependencies { compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.14"); } Maven: <dependency> <groupId>com.github.java-json-tools</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.14</version> </dependency> OUTDATED: Let me know if you need this in the issues section.
Starred by 1.6K users
Forked by 396 users
Languages   Java 99.9% | Shell 0.1%
🌐
Maven Central
central.sonatype.com › artifact › com.github.fge › json-schema-validator
json-schema-validator - com.github.fge - Maven Central
<dependency> <groupId>com.github.fge</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.6</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.fge</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.6</version> <name>null</name> <description>null</description> <url>https://github.com/fge/
🌐
Maven Repository
mvnrepository.com › artifact › com.github.fge › json-schema-validator
Maven Repository: com.github.fge » json-schema-validator
October 29, 2014 - Maven Plugins · Testing · Android Packages · Language Runtime · JVM Languages · Logging Frameworks · JSON Libraries · Java Specifications · Core Utilities · Mocking · Annotation Libraries · Web Assets · HTTP Clients · Logging Bridges · Dependency Injection · XML Processing · Concurrency Libraries · Web Frameworks · Android Platform · Code Generators · View All · Home » com.github.fge » json-schema-validator ·
🌐
Maven Repository
mvnrepository.com › artifact › com.networknt › json-schema-validator › 1.0.57
Maven Repository: com.networknt » json-schema-validator » 1.0.57
July 9, 2021 - A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12 · LicenseApache 2.0 · CategoriesJSON LibrariesJSON Schema Libraries · Tagsformatbundlejsonserializationschemavalidationosgi · HomePage https://github.com/networknt/json-schema-validator 🔍 Inspect URL ·
Published   Jul 09, 2021
Version   1.0.57
🌐
GitHub
github.com › leinad75 › json-schema-validator
GitHub - leinad75/json-schema-validator: Maven plugin to validate json files against a json schema. Uses https://github.com/fge/json-schema-validator library under the covers
Maven plugin to validate json files against a json schema. Uses https://github.com/fge/json-schema-validator library under the covers - leinad75/json-schema-validator
Author   leinad75
🌐
Maven Repository
mvnrepository.com › artifact › com.github.java-json-tools › json-schema-validator
Maven Repository: com.github.java-json-tools » json-schema-validator
May 27, 2020 - Maven Plugins · Testing · Android Packages · Language Runtime · JVM Languages · Logging Frameworks · JSON Libraries · Java Specifications · Core Utilities · Mocking · Annotation Libraries · Web Assets · HTTP Clients · Logging Bridges · Dependency Injection · XML Processing · Concurrency Libraries · Web Frameworks · Android Platform · Code Generators · View All · Home » com.github.java-json-tools » json-schema-validator ·
🌐
Maven Repository
mvnrepository.com › artifact › io.rest-assured › json-schema-validator
Maven Repository: io.rest-assured » json-schema-validator
January 16, 2026 - Maven Plugins · Testing · Android Packages · Language Runtime · JVM Languages · Logging Frameworks · JSON Libraries · Java Specifications · Core Utilities · Mocking · Annotation Libraries · Web Assets · HTTP Clients · Logging Bridges · Dependency Injection · XML Processing · Concurrency Libraries · Web Frameworks · Android Platform · Code Generators · View All · Home » io.rest-assured » json-schema-validator ·
🌐
GitHub
github.com › sylvainlaurent › yaml-json-validator-maven-plugin
GitHub - sylvainlaurent/yaml-json-validator-maven-plugin: A maven plugin to check that YAML and JSON files are well formed and optionally valid against JSON schemas
The library fge/json-schema-validator is internally used for this. <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <version>...</version> <executions> <execution> ...
Starred by 21 users
Forked by 14 users
Languages   Java 100.0% | Java 100.0%
Find elsewhere
🌐
Libraries.io
libraries.io › maven › io.github.leinad75:json-validator-maven-plugin
io.github.leinad75:json-validator-maven-plugin 2.0.9 on Maven - Libraries.io - security & maintenance data for open source software
April 12, 2024 - Configure one or more validation blocks for the plugin in the plugins block: <plugin> <groupId>io.github.leinad75</groupId> <artifactId>json-schema-validator</artifactId> <executions> <execution> <phase>verify</phase> <goals> <goal>validate</goal> </goals> </execution> </executions> <configuration> <validations> <validation> <jsonSchema>${basedir}/src/test/resources/schema.json</jsonSchema> <directory>${basedir}/src/main/resources/data</directory> <includes> <include>**/*.json</include> </includes> </validation> </validations> </configuration> </plugin>
🌐
Maven Central
central.sonatype.com › artifact › com.github.java-json-tools › json-schema-validator › 2.2.7
json-schema-validator - Maven Central - Sonatype
<dependency> <groupId>com.github.java-json-tools</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.7</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.java-json-tools</groupId> <artifactId>json-schema-validator</artifactId> <version>2.2.7</version> <name>json-schema-validator</name> <description>A Java
🌐
Maven Repository
mvnrepository.com › artifact › com.github.fge › json-schema-validator › 2.0.0
Maven Repository: com.github.fge » json-schema-validator » 2.0.0
February 25, 2013 - HomePage https://github.com/fge/json-schema-validator 🔍 Inspect URL · Links · DateFeb 25, 2013 · Filespom (6 KB)jar (260 KB)View All · RepositoriesCentralAlfrescoMulesoftSonatypeWSO2 Public+2 more · Ranking · #355826in MvnRepository · #92in JSON Libraries#11in JSON Schema Libraries · 💡 · Newer Version Available · 2.0.0→2.2.6 · (6 changes) Maven ·
Published   Feb 25, 2013
Version   2.0.0
🌐
Victools
victools.github.io › jsonschema-generator
Introduction – API Reference
To use it, just pass a module instance into SchemaGeneratorConfigBuilder.with(Module), optionally providing JacksonOption values in the module's constructor. For a description of the available JacksonOption values and their meaning (apart from their mentionings in above enumeration), please refer to the JacksonOption class or its JavaDoc. The victools:jsonschema-module-jakarta-validation provides a number of standard configurations for deriving JSON Schema attributes from jakarta.validation.constraints annotations.
🌐
Maven Repository
mvnrepository.com › artifact › com.github.fge › json-schema-validator › 2.2.6
Maven Repository: com.github.fge » json-schema-validator » 2.2.6
Home » com.github.fge » json-schema-validator » 2.2.6 · JSON Schema Validator · Maven · Gradle · SBT · Mill · Ivy · Grape · Leiningen · Buildr · Scope: compile · test · provided · runtime · Scope: compile · test · provided · runtime · Format: Groovy Long ·
🌐
Maven Central
central.sonatype.com › artifact › com.networknt › json-schema-validator › 1.0.83
com.networknt:json-schema-validator:1.0.83 - Maven Central
--> <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion>4.0.0</modelVersion> <groupId>com.networknt</groupId> <artifactId>json-schema-validator</artifactId> <version>1.0.83</version> <packaging>bundle</packaging> <name>JsonSchemaValidator</name> <description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description> <url>https://github.com/networknt/json-schema-validator</url> <licenses> <lic
🌐
Maven Repository
mvnrepository.com › artifact › com.networknt › json-schema-validator
Maven Repository: com.networknt » json-schema-validator
2 weeks ago - aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service ...
🌐
GitHub
github.com › leadpony › justify
GitHub - leadpony/justify: Justify is a JSON validator based on JSON Schema Specification and Jakarta JSON Processing API (JSON-P).
The commands below build this software and install it into your local Maven repository. $ git clone --recursive https://github.com/leadpony/justify.git $ cd justify $ mvn clean install -P release · There exist several JSON validator implementations conformant to the JSON Schema Specification, including those for other programming languages.
Starred by 102 users
Forked by 17 users
Languages   Java 100.0% | Java 100.0%
🌐
Stack Overflow
stackoverflow.com › questions › 44581207 › maven-dependency-issue-for-json-schema-validator
java - Maven Dependency Issue for json-schema-validator - Stack Overflow
[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building com.greg 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ example-jar --- [INFO] com.greg:example-jar:jar:1.0-SNAPSHOT [INFO] +- com.github.fge:json-schema-validator:jar:2.2.6:compile [INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile [INFO] | +- joda-time:joda-time:jar:2.3:compile [INFO] | +- com.googlecode.libphonenumber:libphonenumber:jar:6.2:compile [INFO] | +- com.git
🌐
Maven Repository
mvnrepository.com › artifact › com.github.fge › json-schema-validator › 2.1.7
Maven Repository: com.github.fge » json-schema-validator » 2.1.7
Home » com.github.fge » json-schema-validator » 2.1.7 · JSON Schema Validator · Note: There is a new version for this artifact · Maven · Gradle · SBT · Mill · Ivy · Grape · Leiningen · Buildr · Scope: compile · test · provided · runtime · Scope: compile ·