Download json-schema-validator-2.0.1-sources.jar
json-schema/json-schema-validator-2.0.1-sources.jar.zip( 146 k)
The download jar file contains the following class files or Java source files.
LICENSE
META-INF/MANIFEST.MF
com.github.fge.jsonschema.cfg.ValidationConfiguration.java
com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder.java
com.github.fge.jsonschema.examples.Example1.java
com.github.fge.jsonschema.examples.Example10.java
com.github.fge.jsonschema.examples.Example2.java
com.github.fge.jsonschema.examples.Example3.java
com.github.fge.jsonschema.examples.Example4.java
com.github.fge.jsonschema.examples.Example5.java
com.github.fge.jsonschema.examples.Example6.java
com.github.fge.jsonschema.examples.Example7.java
com.github.fge.jsonschema.examples.Example8.java
com.github.fge.jsonschema.examples.Example9.java
com.github.fge.jsonschema.examples.ExampleBase.java
com.github.fge.jsonschema.exceptions.InvalidInstanceException.java
com.github.fge.jsonschema.exceptions.unchecked.FactoryConfigurationError.java
com.github.fge.jsonschema.exceptions.unchecked.ValidationConfigurationError.java
com.github.fge.jsonschema.format.AbstractFormatAttribute.java
com.github.fge.jsonschema.format.FormatAttribute.java
com.github.fge.jsonschema.format.common.DateTimeAttribute.java
com.github.fge.jsonschema.format.common.EmailAttribute.java
com.github.fge.jsonschema.format.common.IPv6Attribute.java
com.github.fge.jsonschema.format.common.RegexAttribute.java
com.github.fge.jsonschema.format.common.URIAttribute.java
com.github.fge.jsonschema.format.draftv3.DateAttribute.java
com.github.fge.jsonschema.format.draftv3.PhoneAttribute.java
com.github.fge.jsonschema.format.draftv3.TimeAttribute.java
com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute.java
com.github.fge.jsonschema.format.helpers.DateFormatAttribute.java
com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute.java
com.github.fge.jsonschema.format.helpers.SharedHostNameAttribute.java
com.github.fge.jsonschema.keyword.digest.AbstractDigester.java
com.github.fge.jsonschema.keyword.digest.Digester.java
com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester.java
com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester.java
com.github.fge.jsonschema.keyword.digest.common.MaximumDigester.java
com.github.fge.jsonschema.keyword.digest.common.MinimumDigester.java
com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester.java
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester.java
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester.java
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester.java
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester.java
com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester.java
com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester.java
com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester.java
com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester.java
com.github.fge.jsonschema.keyword.digest.helpers.NullDigester.java
com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester.java
com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester.java
com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator.java
com.github.fge.jsonschema.keyword.validator.KeywordValidator.java
com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator.java
com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator.java
com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator.java
com.github.fge.jsonschema.keyword.validator.common.EnumValidator.java
com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator.java
com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator.java
com.github.fge.jsonschema.keyword.validator.common.MaximumValidator.java
com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator.java
com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator.java
com.github.fge.jsonschema.keyword.validator.common.MinimumValidator.java
com.github.fge.jsonschema.keyword.validator.common.PatternValidator.java
com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator.java
com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator.java
com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator.java
com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator.java
com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator.java
com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.MultipleOfValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator.java
com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator.java
com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator.java
com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator.java
com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator.java
com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator.java
com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator.java
com.github.fge.jsonschema.library.DraftV3Library.java
com.github.fge.jsonschema.library.DraftV4Library.java
com.github.fge.jsonschema.library.Keyword.java
com.github.fge.jsonschema.library.KeywordBuilder.java
com.github.fge.jsonschema.library.Library.java
com.github.fge.jsonschema.library.LibraryBuilder.java
com.github.fge.jsonschema.library.digest.CommonDigesterDictionary.java
com.github.fge.jsonschema.library.digest.DraftV3DigesterDictionary.java
com.github.fge.jsonschema.library.digest.DraftV4DigesterDictionary.java
com.github.fge.jsonschema.library.format.CommonFormatAttributesDictionary.java
com.github.fge.jsonschema.library.format.DraftV3FormatAttributesDictionary.java
com.github.fge.jsonschema.library.format.DraftV4FormatAttributesDictionary.java
com.github.fge.jsonschema.library.validator.CommonValidatorDictionary.java
com.github.fge.jsonschema.library.validator.DraftV3ValidatorDictionary.java
com.github.fge.jsonschema.library.validator.DraftV4ValidatorDictionary.java
com.github.fge.jsonschema.main.JsonSchema.java
com.github.fge.jsonschema.main.JsonSchemaFactory.java
com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder.java
com.github.fge.jsonschema.main.JsonValidator.java
com.github.fge.jsonschema.messages.ConfigurationMessages.java
com.github.fge.jsonschema.messages.FormatMessages.java
com.github.fge.jsonschema.messages.KeywordValidationMessages.java
com.github.fge.jsonschema.messages.ValidationConfigurationMessages.java
com.github.fge.jsonschema.processors.build.ValidatorBuilder.java
com.github.fge.jsonschema.processors.data.FullData.java
com.github.fge.jsonschema.processors.data.SchemaContext.java
com.github.fge.jsonschema.processors.data.SchemaDigest.java
com.github.fge.jsonschema.processors.data.ValidatorList.java
com.github.fge.jsonschema.processors.digest.SchemaDigester.java
com.github.fge.jsonschema.processors.format.FormatProcessor.java
com.github.fge.jsonschema.processors.syntax.SyntaxValidator.java
com.github.fge.jsonschema.processors.validation.ArraySchemaDigester.java
com.github.fge.jsonschema.processors.validation.ArraySchemaSelector.java
com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester.java
com.github.fge.jsonschema.processors.validation.ObjectSchemaSelector.java
com.github.fge.jsonschema.processors.validation.SchemaContextEquivalence.java
com.github.fge.jsonschema.processors.validation.ValidationChain.java
com.github.fge.jsonschema.processors.validation.ValidationProcessor.java
com/github/fge/jsonschema/examples/custom-fmt-bad.json
com/github/fge/jsonschema/examples/custom-fmt-good.json
com/github/fge/jsonschema/examples/custom-fmt.json
com/github/fge/jsonschema/examples/custom-keyword-bad.json
com/github/fge/jsonschema/examples/custom-keyword-good.json
com/github/fge/jsonschema/examples/custom-keyword.json
com/github/fge/jsonschema/examples/fstab-bad.json
com/github/fge/jsonschema/examples/fstab-bad2.json
com/github/fge/jsonschema/examples/fstab-draftv3.json
com/github/fge/jsonschema/examples/fstab-good.json
com/github/fge/jsonschema/examples/fstab-inline.json
com/github/fge/jsonschema/examples/fstab-sub.json
com/github/fge/jsonschema/examples/fstab.json
com/github/fge/jsonschema/examples/split/fstab.json
com/github/fge/jsonschema/examples/split/mntent.json
draftv3/hyper-schema
draftv3/links
draftv3/schema
draftv4/schema
header.txt
Related examples in the same category