jar

com.github.java-json-tools : json-schema-validator

Maven & Gradle

May 27, 2020
154 usages
1.6k stars

json-schema-validator · A Java implementation of the JSON Schema specification

Table Of Contents

Latest Version

Download com.github.java-json-tools : json-schema-validator JAR file - Latest Versions:

All Versions

Download com.github.java-json-tools : json-schema-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-schema-validator-2.2.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fge.jsonschema.format

├─ com.github.fge.jsonschema.format.AbstractFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.FormatAttribute.class - [JAR]

com.github.fge.jsonschema.main

├─ com.github.fge.jsonschema.main.JsonSchema.class - [JAR]

├─ com.github.fge.jsonschema.main.JsonSchemaFactory.class - [JAR]

├─ com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder.class - [JAR]

├─ com.github.fge.jsonschema.main.JsonSchemaImpl.class - [JAR]

├─ com.github.fge.jsonschema.main.JsonValidator.class - [JAR]

com.github.fge.jsonschema.keyword.digest.helpers

├─ com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.helpers.NullDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester.class - [JAR]

com.github.fge.jsonschema.library.digest

├─ com.github.fge.jsonschema.library.digest.CommonDigesterDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.digest.DraftV3DigesterDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.digest.DraftV4DigesterDictionary.class - [JAR]

com.github.fge.jsonschema.format.common

├─ com.github.fge.jsonschema.format.common.DateTimeAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.common.EmailAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.common.IPv6Attribute.class - [JAR]

├─ com.github.fge.jsonschema.format.common.RFC3339DateTimeAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.common.RegexAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.common.URIAttribute.class - [JAR]

com.github.fge.jsonschema.processors.format

├─ com.github.fge.jsonschema.processors.format.FormatProcessor.class - [JAR]

com.github.fge.jsonschema.keyword.validator.helpers

├─ com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator.class - [JAR]

com.github.fge.jsonschema.keyword.digest

├─ com.github.fge.jsonschema.keyword.digest.AbstractDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.Digester.class - [JAR]

com.github.fge.jsonschema.library.validator

├─ com.github.fge.jsonschema.library.validator.CommonValidatorDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.validator.DraftV3ValidatorDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.validator.DraftV4ValidatorDictionary.class - [JAR]

com.github.fge.jsonschema.exceptions

├─ com.github.fge.jsonschema.exceptions.InvalidInstanceException.class - [JAR]

com.github.fge.jsonschema.format.draftv3

├─ com.github.fge.jsonschema.format.draftv3.DateAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.draftv3.PhoneAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.draftv3.TimeAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute.class - [JAR]

com.github.fge.jsonschema.keyword.digest.common

├─ com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.common.MaximumDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.common.MinimumDigester.class - [JAR]

com.github.fge.jsonschema.processors.build

├─ com.github.fge.jsonschema.processors.build.ValidatorBuilder.class - [JAR]

com.github.fge.jsonschema.messages

├─ com.github.fge.jsonschema.messages.JsonSchemaConfigurationBundle.class - [JAR]

├─ com.github.fge.jsonschema.messages.JsonSchemaValidationBundle.class - [JAR]

com.github.fge.jsonschema.examples

├─ com.github.fge.jsonschema.examples.Example1.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example10.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example2.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example3.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example4.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example5.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example6.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example7.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example8.class - [JAR]

├─ com.github.fge.jsonschema.examples.Example9.class - [JAR]

├─ com.github.fge.jsonschema.examples.Utils.class - [JAR]

com.github.fge.jsonschema.processors.digest

├─ com.github.fge.jsonschema.processors.digest.SchemaDigester.class - [JAR]

com.github.fge.jsonschema.processors.data

├─ com.github.fge.jsonschema.processors.data.FullData.class - [JAR]

├─ com.github.fge.jsonschema.processors.data.SchemaContext.class - [JAR]

├─ com.github.fge.jsonschema.processors.data.SchemaDigest.class - [JAR]

├─ com.github.fge.jsonschema.processors.data.ValidatorList.class - [JAR]

com.github.fge.jsonschema.keyword.validator.draftv3

├─ com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator.class - [JAR]

com.github.fge.jsonschema.keyword.validator.draftv4

├─ com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.MultipleOfValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator.class - [JAR]

com.github.fge.jsonschema.main.cli

├─ com.github.fge.jsonschema.main.cli.CustomHelpFormatter.class - [JAR]

├─ com.github.fge.jsonschema.main.cli.Main.class - [JAR]

├─ com.github.fge.jsonschema.main.cli.Reporter.class - [JAR]

├─ com.github.fge.jsonschema.main.cli.Reporters.class - [JAR]

├─ com.github.fge.jsonschema.main.cli.RetCode.class - [JAR]

com.github.fge.jsonschema.keyword.validator

├─ com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.KeywordValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.KeywordValidatorFactory.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.ReflectionKeywordValidatorFactory.class - [JAR]

com.github.fge.jsonschema.library.format

├─ com.github.fge.jsonschema.library.format.CommonFormatAttributesDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.format.DraftV3FormatAttributesDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.format.DraftV4FormatAttributesDictionary.class - [JAR]

├─ com.github.fge.jsonschema.library.format.ExtraFormatsDictionary.class - [JAR]

com.github.fge.jsonschema.keyword.validator.common

├─ com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.EnumValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MaximumValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.MinimumValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.PatternValidator.class - [JAR]

├─ com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator.class - [JAR]

com.github.fge.jsonschema.format.extra

├─ com.github.fge.jsonschema.format.extra.Base64FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.JsonPointerFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.MD5FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.MacAddressFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.SHA1FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.SHA256FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.SHA512FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.URITemplateFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.extra.UUIDFormatAttribute.class - [JAR]

com.github.fge.jsonschema.processors.validation

├─ com.github.fge.jsonschema.processors.validation.ArraySchemaDigester.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ArraySchemaSelector.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.InstanceValidator.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ObjectSchemaSelector.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.SchemaContextEquivalence.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ValidationChain.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ValidationProcessor.class - [JAR]

├─ com.github.fge.jsonschema.processors.validation.ValidationStack.class - [JAR]

com.github.fge.jsonschema.cfg

├─ com.github.fge.jsonschema.cfg.ValidationConfiguration.class - [JAR]

├─ com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder.class - [JAR]

com.github.fge.jsonschema.processors.syntax

├─ com.github.fge.jsonschema.processors.syntax.SyntaxValidator.class - [JAR]

com.github.fge.jsonschema.format.helpers

├─ com.github.fge.jsonschema.format.helpers.AbstractDateFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.helpers.HexStringFormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute.class - [JAR]

├─ com.github.fge.jsonschema.format.helpers.SharedHostNameAttribute.class - [JAR]

com.github.fge.jsonschema.library

├─ com.github.fge.jsonschema.library.DraftV3Library.class - [JAR]

├─ com.github.fge.jsonschema.library.DraftV4HyperSchemaLibrary.class - [JAR]

├─ com.github.fge.jsonschema.library.DraftV4Library.class - [JAR]

├─ com.github.fge.jsonschema.library.Keyword.class - [JAR]

├─ com.github.fge.jsonschema.library.KeywordBuilder.class - [JAR]

├─ com.github.fge.jsonschema.library.Library.class - [JAR]

├─ com.github.fge.jsonschema.library.LibraryBuilder.class - [JAR]

com.github.fge.jsonschema.keyword.digest.draftv4

├─ com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester.class - [JAR]

com.github.fge.jsonschema.keyword.digest.draftv3

├─ com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester.class - [JAR]

├─ com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester.class - [JAR]

Advertisement

Dependencies from Group

May 27, 2020
154 usages
1.6k stars
May 27, 2020
35 usages
67 stars
May 27, 2020
31 usages
619 stars
May 27, 2020
17 usages
5 stars
Jan 06, 2020
6 usages
1 stars

Discover Dependencies

Jun 27, 2023
20 usages
67.4k stars
Aug 25, 2023
25 usages
1.8k stars
api
Aug 14, 2023
11 usages
745 stars
Jul 21, 2022
64 stars
Jun 16, 2019
23 usages
1.1k stars
Feb 27, 2019
3 usages
182.2k stars
Nov 11, 2022
2 usages
965 stars
Feb 03, 2023
3 stars
Jul 07, 2023
69 usages
2.5k stars