You can download json-schema-validator-1.2.2.jar in this page.
Apache License Version 2.0
json-schema-validator-1.2.2.jar file has the following types.
LICENSE META-INF/MANIFEST.MF META-INF/maven/org.kitchen-eel/json-schema-validator/pom.properties META-INF/maven/org.kitchen-eel/json-schema-validator/pom.xml header.txt org.eel.kitchen.jsonschema.bundle.Keyword.class org.eel.kitchen.jsonschema.bundle.KeywordBundle.class org.eel.kitchen.jsonschema.bundle.KeywordBundles.class org.eel.kitchen.jsonschema.format.AbstractDateFormatAttribute.class org.eel.kitchen.jsonschema.format.DateTimeFormatAttribute.class org.eel.kitchen.jsonschema.format.EmailFormatAttribute.class org.eel.kitchen.jsonschema.format.FormatAttribute.class org.eel.kitchen.jsonschema.format.FormatBundle.class org.eel.kitchen.jsonschema.format.HostnameFormatAttribute.class org.eel.kitchen.jsonschema.format.IPV4FormatAttribute.class org.eel.kitchen.jsonschema.format.IPV6FormatAttribute.class org.eel.kitchen.jsonschema.format.RegexFormatAttribute.class org.eel.kitchen.jsonschema.format.URIFormatAttribute.class org.eel.kitchen.jsonschema.keyword.AbstractTypeKeywordValidator.class org.eel.kitchen.jsonschema.keyword.AdditionalItemsKeywordValidator.class org.eel.kitchen.jsonschema.keyword.AdditionalPropertiesKeywordValidator.class org.eel.kitchen.jsonschema.keyword.DependenciesKeywordValidator.class org.eel.kitchen.jsonschema.keyword.DisallowKeywordValidator.class org.eel.kitchen.jsonschema.keyword.DivisibleByKeywordValidator.class org.eel.kitchen.jsonschema.keyword.EnumKeywordValidator.class org.eel.kitchen.jsonschema.keyword.ExtendsKeywordValidator.class org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator.class org.eel.kitchen.jsonschema.keyword.KeywordFactory.class org.eel.kitchen.jsonschema.keyword.KeywordValidator.class org.eel.kitchen.jsonschema.keyword.MaxItemsKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MaxLengthKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MaxPropertiesKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MaximumKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MinItemsKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MinLengthKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MinPropertiesKeywordValidator.class org.eel.kitchen.jsonschema.keyword.MinimumKeywordValidator.class org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator.class org.eel.kitchen.jsonschema.keyword.PatternKeywordValidator.class org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator.class org.eel.kitchen.jsonschema.keyword.PropertiesKeywordValidator.class org.eel.kitchen.jsonschema.keyword.TypeKeywordValidator.class org.eel.kitchen.jsonschema.keyword.UniqueItemsKeywordValidator.class org.eel.kitchen.jsonschema.main.JsonSchema.class org.eel.kitchen.jsonschema.main.JsonSchemaException.class org.eel.kitchen.jsonschema.main.JsonSchemaFactory.class org.eel.kitchen.jsonschema.main.ValidationFeature.class org.eel.kitchen.jsonschema.ref.EmptyJsonRef.class org.eel.kitchen.jsonschema.ref.HierarchicalJsonRef.class org.eel.kitchen.jsonschema.ref.IdFragment.class org.eel.kitchen.jsonschema.ref.JarJsonRef.class org.eel.kitchen.jsonschema.ref.JsonFragment.class org.eel.kitchen.jsonschema.ref.JsonPointer.class org.eel.kitchen.jsonschema.ref.JsonRef.class org.eel.kitchen.jsonschema.ref.SchemaContainer.class org.eel.kitchen.jsonschema.ref.SchemaNode.class org.eel.kitchen.jsonschema.ref.SchemaRegistry.class org.eel.kitchen.jsonschema.report.Domain.class org.eel.kitchen.jsonschema.report.Message.class org.eel.kitchen.jsonschema.report.ValidationReport.class org.eel.kitchen.jsonschema.syntax.ArrayChildrenSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.DependenciesSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.DivisibleBySyntaxChecker.class org.eel.kitchen.jsonschema.syntax.EnumSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.ExclusiveMaximumSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.ExclusiveMinimumSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.ExtendsSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.ItemsSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.PatternPropertiesSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.PatternSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.PositiveIntegerSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.PropertiesSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.SimpleSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.SyntaxChecker.class org.eel.kitchen.jsonschema.syntax.SyntaxValidator.class org.eel.kitchen.jsonschema.syntax.TypeKeywordSyntaxChecker.class org.eel.kitchen.jsonschema.syntax.URISyntaxChecker.class org.eel.kitchen.jsonschema.uri.DefaultURIDownloader.class org.eel.kitchen.jsonschema.uri.ResourceURIDownloader.class org.eel.kitchen.jsonschema.uri.URIDownloader.class org.eel.kitchen.jsonschema.uri.URIManager.class org.eel.kitchen.jsonschema.util.JacksonUtils.class org.eel.kitchen.jsonschema.util.JsonLoader.class org.eel.kitchen.jsonschema.util.JsonProvider.class org.eel.kitchen.jsonschema.util.NodeType.class org.eel.kitchen.jsonschema.util.RhinoHelper.class org.eel.kitchen.jsonschema.validator.ArrayValidator.class org.eel.kitchen.jsonschema.validator.InstanceValidator.class org.eel.kitchen.jsonschema.validator.JsonResolver.class org.eel.kitchen.jsonschema.validator.JsonValidator.class org.eel.kitchen.jsonschema.validator.JsonValidatorCache.class org.eel.kitchen.jsonschema.validator.ObjectValidator.class org.eel.kitchen.jsonschema.validator.ValidationContext.class schema-draftv3.json schema-draftv4.json
json-schema-validator-1.2.2.pom file content.
<!-- ~ Copyright (c) 2012, Francis Galiegue <fgaliegue@gmail.com> ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the Lesser GNU General Public License as ~ published by the Free Software Foundation, either version 3 of the ~ License, or (at your option) any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ Lesser GNU General Public License for more details. ~ ~ You should have received a copy of the GNU General Public License ~ along with this program. If not, see <http://www.gnu.org/licenses />. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.kitchen-eel</groupId> <artifactId>json-schema-validator</artifactId> <name>json-schema-validator</name> <version>1.2.2</version> <packaging>jar</packaging> <description>A Java implementation of the JSON Schema specification</description> <url>https://github.com/fge/json-schema-validator</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://fasterxml.github.com/jackson-databind/javadoc/2.0.5/</link> <link>http://fasterxml.github.com/jackson-core/javadoc/2.0.5/</link> <link>http://docs.oracle.com/javase/6/docs/api</link> <link>http://joda-time.sourceforge.net/api-release</link> <link>http://docs.guava-libraries.googlecode.com/git/javadoc</link> </links> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>javadoc</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>1.7R4</version> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mailapi</artifactId> <version>1.4.3</version> <exclusions> <exclusion> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.1</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>13.0</version> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.3.1</version> <scope>test</scope> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> <exclusion> <groupId>org.beanshell</groupId> <artifactId>bsh</artifactId> </exclusion> <exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.2.2</version> <scope>test</scope> </dependency> </dependencies> <licenses> <license> <name>LGPLv3 or later</name> <url>http://www.gnu.org/licenses/lgpl.html</url> </license> </licenses> <scm> <url>/home/fge/tmp/mvn</url> <connection>scm:git:/home/fge/tmp/mvn</connection> <developerConnection>scm:git:/home/fge/tmp/mvn</developerConnection> </scm> <developers> <developer> <name>Francis Galiegue</name> <roles> <role>Initial developer</role> </roles> </developer> </developers> <contributors> <contributor> <name>Corey Sciuto</name> <email>corey.sciuto@gmail.com</email> </contributor> </contributors> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>
<dependency> <groupId>org.kitchen-eel</groupId> <artifactId>json-schema-validator</artifactId> <version>1.2.2</version> </dependency>
If you think the following json-schema-validator-1.2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download json-schema-validator-1.2.2.jar file