All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download json-schema JAR 1.1 with all dependencies


A Java implementation of the JSON Schema specification.

Files of the artifact json-schema version 1.1 from the group org.xpertss.

Artifact json-schema
Group org.xpertss
Version 1.1
Last update 24. April 2019
Tags: schema json implementation specification java
Organization not specified
URL https://github.com/cfloersch/JsonSchema
License GNU General Public License, Version 2.0
Dependencies amount 7
Dependencies mailapi, libphonenumber, jackson-coreutils, uri-template, rhino, jsr305, jopt-simple,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of json-schema Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of json-schema version 1.1

META-INF
META-INF.META-INF.MANIFEST.MF
draftv3
draftv3.draftv3.hyper-schema
draftv3.draftv3.links
draftv3.draftv3.schema
draftv4
draftv4.draftv4.hyper-schema
draftv4.draftv4.schema
draftv6
draftv6.draftv6.hyper-schema
draftv6.draftv6.schema
draftv7
draftv7.draftv7.hyper-schema
draftv7.draftv7.links
draftv7.draftv7.schema
xpertss.json.schema
xpertss.json.schema.xpertss.json.schema.SchemaVersion
xpertss.json.schema.cfg
xpertss.json.schema.cfg.xpertss.json.schema.cfg.ValidationConfiguration
xpertss.json.schema.cfg.xpertss.json.schema.cfg.ValidationConfigurationBuilder
xpertss.json.schema.core
xpertss.json.schema.core.xpertss.json.schema.core.core.properties
xpertss.json.schema.core.exceptions
xpertss.json.schema.core.exceptions.xpertss.json.schema.core.exceptions.ExceptionProvider
xpertss.json.schema.core.exceptions.xpertss.json.schema.core.exceptions.InvalidSchemaException
xpertss.json.schema.core.exceptions.xpertss.json.schema.core.exceptions.JsonReferenceException
xpertss.json.schema.core.exceptions.xpertss.json.schema.core.exceptions.ProcessingException
xpertss.json.schema.core.exceptions.xpertss.json.schema.core.exceptions.package-info
xpertss.json.schema.core.keyword.syntax
xpertss.json.schema.core.keyword.syntax.xpertss.json.schema.core.keyword.syntax.SyntaxProcessor
xpertss.json.schema.core.keyword.syntax.checkers
xpertss.json.schema.core.keyword.syntax.checkers.xpertss.json.schema.core.keyword.syntax.checkers.AbstractSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.xpertss.json.schema.core.keyword.syntax.checkers.SyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.AdditionalSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.EnumSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.ExclusiveMaximumSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.ExclusiveMinimumSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.PatternPropertiesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.PatternSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.common.xpertss.json.schema.core.keyword.syntax.checkers.common.package-info
xpertss.json.schema.core.keyword.syntax.checkers.draftv3
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.DraftV3DependenciesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.DraftV3ItemsSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.DraftV3PropertiesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.DraftV3TypeKeywordSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.ExtendsSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv3.xpertss.json.schema.core.keyword.syntax.checkers.draftv3.package-info
xpertss.json.schema.core.keyword.syntax.checkers.draftv4
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.DefinitionsSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.DraftV4DependenciesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.DraftV4ItemsSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.DraftV4PropertiesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.DraftV4TypeSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.NotSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.RequiredSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.draftv4.xpertss.json.schema.core.keyword.syntax.checkers.draftv4.package-info
xpertss.json.schema.core.keyword.syntax.checkers.helpers
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.DependenciesSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.DivisorSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.PositiveIntegerSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.SchemaArraySyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.SchemaMapSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.SchemaOrSchemaArraySyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.TypeOnlySyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.URISyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.helpers.xpertss.json.schema.core.keyword.syntax.checkers.helpers.package-info
xpertss.json.schema.core.keyword.syntax.checkers.hyperschema
xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.LinksSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.MediaSyntaxChecker
xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.xpertss.json.schema.core.keyword.syntax.checkers.hyperschema.package-info
xpertss.json.schema.core.keyword.syntax.checkers
xpertss.json.schema.core.keyword.syntax.checkers.xpertss.json.schema.core.keyword.syntax.checkers.package-info
xpertss.json.schema.core.keyword.syntax.dictionaries
xpertss.json.schema.core.keyword.syntax.dictionaries.xpertss.json.schema.core.keyword.syntax.dictionaries.CommonSyntaxCheckerDictionary
xpertss.json.schema.core.keyword.syntax.dictionaries.xpertss.json.schema.core.keyword.syntax.dictionaries.DraftV3SyntaxCheckerDictionary
xpertss.json.schema.core.keyword.syntax.dictionaries.xpertss.json.schema.core.keyword.syntax.dictionaries.DraftV4HyperSchemaSyntaxCheckerDictionary
xpertss.json.schema.core.keyword.syntax.dictionaries.xpertss.json.schema.core.keyword.syntax.dictionaries.DraftV4SyntaxCheckerDictionary
xpertss.json.schema.core.load
xpertss.json.schema.core.load.xpertss.json.schema.core.load.Dereferencing
xpertss.json.schema.core.load.xpertss.json.schema.core.load.RefResolver
xpertss.json.schema.core.load.xpertss.json.schema.core.load.SchemaLoader
xpertss.json.schema.core.load.xpertss.json.schema.core.load.URIManager
xpertss.json.schema.core.load.configuration
xpertss.json.schema.core.load.configuration.xpertss.json.schema.core.load.configuration.LoadingConfiguration
xpertss.json.schema.core.load.configuration.xpertss.json.schema.core.load.configuration.LoadingConfigurationBuilder
xpertss.json.schema.core.load.configuration.xpertss.json.schema.core.load.configuration.URIDownloadersRegistry
xpertss.json.schema.core.load.configuration.xpertss.json.schema.core.load.configuration.package-info
xpertss.json.schema.core.load.download
xpertss.json.schema.core.load.download.xpertss.json.schema.core.load.download.DefaultURIDownloader
xpertss.json.schema.core.load.download.xpertss.json.schema.core.load.download.ResourceURIDownloader
xpertss.json.schema.core.load.download.xpertss.json.schema.core.load.download.URIDownloader
xpertss.json.schema.core.load.download.xpertss.json.schema.core.load.download.package-info
xpertss.json.schema.core.load
xpertss.json.schema.core.load.xpertss.json.schema.core.load.package-info
xpertss.json.schema.core.load.uri
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.PathRedirectRegistry
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.SchemaRedirectRegistry
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.URITranslator
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.URITranslatorConfiguration
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.URITranslatorConfigurationBuilder
xpertss.json.schema.core.load.uri.xpertss.json.schema.core.load.uri.package-info
xpertss.json.schema.core.messages
xpertss.json.schema.core.messages.xpertss.json.schema.core.messages.JsonSchemaCoreMessageBundle
xpertss.json.schema.core.messages.xpertss.json.schema.core.messages.JsonSchemaSyntaxMessageBundle
xpertss.json.schema.core.processing
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.CachingProcessor
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.ProcessingResult
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.Processor
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.ProcessorChain
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.ProcessorMap
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.ProcessorSelector
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.ProcessorSelectorPredicate
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.RawProcessor
xpertss.json.schema.core.processing.xpertss.json.schema.core.processing.package-info
xpertss.json.schema.core.ref
xpertss.json.schema.core.ref.xpertss.json.schema.core.ref.EmptyJsonRef
xpertss.json.schema.core.ref.xpertss.json.schema.core.ref.HierarchicalJsonRef
xpertss.json.schema.core.ref.xpertss.json.schema.core.ref.JarJsonRef
xpertss.json.schema.core.ref.xpertss.json.schema.core.ref.JsonRef
xpertss.json.schema.core.ref.xpertss.json.schema.core.ref.package-info
xpertss.json.schema.core.report
xpertss.json.schema.core.report.xpertss.json.schema.core.report.AbstractProcessingReport
xpertss.json.schema.core.report.xpertss.json.schema.core.report.AbstractReportProvider
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ConsoleProcessingReport
xpertss.json.schema.core.report.xpertss.json.schema.core.report.DevNullProcessingReport
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ListProcessingReport
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ListReportProvider
xpertss.json.schema.core.report.xpertss.json.schema.core.report.LogLevel
xpertss.json.schema.core.report.xpertss.json.schema.core.report.MessageProvider
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ProcessingMessage
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ProcessingReport
xpertss.json.schema.core.report.xpertss.json.schema.core.report.ReportProvider
xpertss.json.schema.core.report.xpertss.json.schema.core.report.SimpleExceptionProvider
xpertss.json.schema.core.report.xpertss.json.schema.core.report.package-info
xpertss.json.schema.core
xpertss.json.schema.core.xpertss.json.schema.core.syntax.properties
xpertss.json.schema.core.tree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.BaseJsonTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.BaseSchemaTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.CanonicalSchemaTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.InlineSchemaTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.JsonTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.SchemaTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.SimpleJsonTree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.SimpleTree
xpertss.json.schema.core.tree.key
xpertss.json.schema.core.tree.key.xpertss.json.schema.core.tree.key.AnonymousSchemaKey
xpertss.json.schema.core.tree.key.xpertss.json.schema.core.tree.key.JsonRefSchemaKey
xpertss.json.schema.core.tree.key.xpertss.json.schema.core.tree.key.SchemaKey
xpertss.json.schema.core.tree.key.xpertss.json.schema.core.tree.key.package-info
xpertss.json.schema.core.tree
xpertss.json.schema.core.tree.xpertss.json.schema.core.tree.package-info
xpertss.json.schema.core.util
xpertss.json.schema.core.util.xpertss.json.schema.core.util.ArgumentChecker
xpertss.json.schema.core.util.xpertss.json.schema.core.util.AsJson
xpertss.json.schema.core.util.xpertss.json.schema.core.util.AsJsonValueHolder
xpertss.json.schema.core.util.xpertss.json.schema.core.util.Dictionary
xpertss.json.schema.core.util.xpertss.json.schema.core.util.DictionaryBuilder
xpertss.json.schema.core.util.xpertss.json.schema.core.util.RegexECMA262Helper
xpertss.json.schema.core.util.xpertss.json.schema.core.util.Registry
xpertss.json.schema.core.util.xpertss.json.schema.core.util.SimpleValueHolder
xpertss.json.schema.core.util.xpertss.json.schema.core.util.URIUtils
xpertss.json.schema.core.util.xpertss.json.schema.core.util.ValueHolder
xpertss.json.schema.core.util.equivalence
xpertss.json.schema.core.util.equivalence.xpertss.json.schema.core.util.equivalence.Equivalences
xpertss.json.schema.core.util
xpertss.json.schema.core.util.xpertss.json.schema.core.util.package-info
xpertss.json.schema.examples
xpertss.json.schema.examples.xpertss.json.schema.examples.Example1
xpertss.json.schema.examples.xpertss.json.schema.examples.Example10
xpertss.json.schema.examples.xpertss.json.schema.examples.Example2
xpertss.json.schema.examples.xpertss.json.schema.examples.Example3
xpertss.json.schema.examples.xpertss.json.schema.examples.Example4
xpertss.json.schema.examples.xpertss.json.schema.examples.Example5
xpertss.json.schema.examples.xpertss.json.schema.examples.Example6
xpertss.json.schema.examples.xpertss.json.schema.examples.Example7
xpertss.json.schema.examples.xpertss.json.schema.examples.Example8
xpertss.json.schema.examples.xpertss.json.schema.examples.Example9
xpertss.json.schema.examples.xpertss.json.schema.examples.Utils
xpertss.json.schema.exceptions
xpertss.json.schema.exceptions.xpertss.json.schema.exceptions.InvalidInstanceException
xpertss.json.schema.format
xpertss.json.schema.format.xpertss.json.schema.format.AbstractFormatAttribute
xpertss.json.schema.format.xpertss.json.schema.format.FormatAttribute
xpertss.json.schema.format.common
xpertss.json.schema.format.common.xpertss.json.schema.format.common.DateTimeAttribute
xpertss.json.schema.format.common.xpertss.json.schema.format.common.EmailAttribute
xpertss.json.schema.format.common.xpertss.json.schema.format.common.IPv6Attribute
xpertss.json.schema.format.common.xpertss.json.schema.format.common.RegexAttribute
xpertss.json.schema.format.common.xpertss.json.schema.format.common.URIAttribute
xpertss.json.schema.format.draftv3
xpertss.json.schema.format.draftv3.xpertss.json.schema.format.draftv3.DateAttribute
xpertss.json.schema.format.draftv3.xpertss.json.schema.format.draftv3.PhoneAttribute
xpertss.json.schema.format.draftv3.xpertss.json.schema.format.draftv3.TimeAttribute
xpertss.json.schema.format.draftv3.xpertss.json.schema.format.draftv3.UTCMillisecAttribute
xpertss.json.schema.format.draftv6
xpertss.json.schema.format.draftv6.xpertss.json.schema.format.draftv6.JsonPointerFormatAttribute
xpertss.json.schema.format.draftv6.xpertss.json.schema.format.draftv6.URITemplateFormatAttribute
xpertss.json.schema.format.draftv6.xpertss.json.schema.format.draftv6.notes
xpertss.json.schema.format.draftv7
xpertss.json.schema.format.draftv7.xpertss.json.schema.format.draftv7.DateAttribute
xpertss.json.schema.format.draftv7.xpertss.json.schema.format.draftv7.TimeAttribute
xpertss.json.schema.format.extra
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.Base64FormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.CurrencyFormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.MD5FormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.MacAddressFormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.SHA1FormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.SHA256FormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.SHA512FormatAttribute
xpertss.json.schema.format.extra.xpertss.json.schema.format.extra.UUIDFormatAttribute
xpertss.json.schema.format.helpers
xpertss.json.schema.format.helpers.xpertss.json.schema.format.helpers.AbstractDateFormatAttribute
xpertss.json.schema.format.helpers.xpertss.json.schema.format.helpers.HexStringFormatAttribute
xpertss.json.schema.format.helpers.xpertss.json.schema.format.helpers.IPv4FormatAttribute
xpertss.json.schema.format.helpers.xpertss.json.schema.format.helpers.SharedHostNameAttribute
xpertss.json.schema.keyword.digest
xpertss.json.schema.keyword.digest.xpertss.json.schema.keyword.digest.AbstractDigester
xpertss.json.schema.keyword.digest.xpertss.json.schema.keyword.digest.Digester
xpertss.json.schema.keyword.digest.common
xpertss.json.schema.keyword.digest.common.xpertss.json.schema.keyword.digest.common.AdditionalItemsDigester
xpertss.json.schema.keyword.digest.common.xpertss.json.schema.keyword.digest.common.AdditionalPropertiesDigester
xpertss.json.schema.keyword.digest.common.xpertss.json.schema.keyword.digest.common.MaximumDigester
xpertss.json.schema.keyword.digest.common.xpertss.json.schema.keyword.digest.common.MinimumDigester
xpertss.json.schema.keyword.digest.draftv3
xpertss.json.schema.keyword.digest.draftv3.xpertss.json.schema.keyword.digest.draftv3.DivisibleByDigester
xpertss.json.schema.keyword.digest.draftv3.xpertss.json.schema.keyword.digest.draftv3.DraftV3DependenciesDigester
xpertss.json.schema.keyword.digest.draftv3.xpertss.json.schema.keyword.digest.draftv3.DraftV3PropertiesDigester
xpertss.json.schema.keyword.digest.draftv4
xpertss.json.schema.keyword.digest.draftv4.xpertss.json.schema.keyword.digest.draftv4.DraftV4DependenciesDigester
xpertss.json.schema.keyword.digest.draftv4.xpertss.json.schema.keyword.digest.draftv4.DraftV4TypeDigester
xpertss.json.schema.keyword.digest.draftv4.xpertss.json.schema.keyword.digest.draftv4.MultipleOfDigester
xpertss.json.schema.keyword.digest.draftv4.xpertss.json.schema.keyword.digest.draftv4.RequiredDigester
xpertss.json.schema.keyword.digest.helpers
xpertss.json.schema.keyword.digest.helpers.xpertss.json.schema.keyword.digest.helpers.DraftV3TypeKeywordDigester
xpertss.json.schema.keyword.digest.helpers.xpertss.json.schema.keyword.digest.helpers.IdentityDigester
xpertss.json.schema.keyword.digest.helpers.xpertss.json.schema.keyword.digest.helpers.NullDigester
xpertss.json.schema.keyword.digest.helpers.xpertss.json.schema.keyword.digest.helpers.NumericDigester
xpertss.json.schema.keyword.digest.helpers.xpertss.json.schema.keyword.digest.helpers.SimpleDigester
xpertss.json.schema.keyword.validator
xpertss.json.schema.keyword.validator.xpertss.json.schema.keyword.validator.AbstractKeywordValidator
xpertss.json.schema.keyword.validator.xpertss.json.schema.keyword.validator.KeywordValidator
xpertss.json.schema.keyword.validator.xpertss.json.schema.keyword.validator.KeywordValidatorFactory
xpertss.json.schema.keyword.validator.xpertss.json.schema.keyword.validator.ReflectionKeywordValidatorFactory
xpertss.json.schema.keyword.validator.common
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.AdditionalItemsValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.AdditionalPropertiesValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.DependenciesValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.EnumValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MaxItemsValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MaxLengthValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MaximumValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MinItemsValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MinLengthValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.MinimumValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.PatternValidator
xpertss.json.schema.keyword.validator.common.xpertss.json.schema.keyword.validator.common.UniqueItemsValidator
xpertss.json.schema.keyword.validator.draftv3
xpertss.json.schema.keyword.validator.draftv3.xpertss.json.schema.keyword.validator.draftv3.DisallowKeywordValidator
xpertss.json.schema.keyword.validator.draftv3.xpertss.json.schema.keyword.validator.draftv3.DivisibleByValidator
xpertss.json.schema.keyword.validator.draftv3.xpertss.json.schema.keyword.validator.draftv3.DraftV3TypeValidator
xpertss.json.schema.keyword.validator.draftv3.xpertss.json.schema.keyword.validator.draftv3.ExtendsValidator
xpertss.json.schema.keyword.validator.draftv3.xpertss.json.schema.keyword.validator.draftv3.PropertiesValidator
xpertss.json.schema.keyword.validator.draftv4
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.AllOfValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.AnyOfValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.DraftV4TypeValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.MaxPropertiesValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.MinPropertiesValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.MultipleOfValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.NotValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.OneOfValidator
xpertss.json.schema.keyword.validator.draftv4.xpertss.json.schema.keyword.validator.draftv4.RequiredKeywordValidator
xpertss.json.schema.keyword.validator.helpers
xpertss.json.schema.keyword.validator.helpers.xpertss.json.schema.keyword.validator.helpers.DivisorValidator
xpertss.json.schema.keyword.validator.helpers.xpertss.json.schema.keyword.validator.helpers.DraftV3TypeKeywordValidator
xpertss.json.schema.keyword.validator.helpers.xpertss.json.schema.keyword.validator.helpers.NumericValidator
xpertss.json.schema.keyword.validator.helpers.xpertss.json.schema.keyword.validator.helpers.PositiveIntegerValidator
xpertss.json.schema.keyword.validator.helpers.xpertss.json.schema.keyword.validator.helpers.SchemaArrayValidator
xpertss.json.schema.library
xpertss.json.schema.library.xpertss.json.schema.library.DraftV3Library
xpertss.json.schema.library.xpertss.json.schema.library.DraftV4HyperSchemaLibrary
xpertss.json.schema.library.xpertss.json.schema.library.DraftV4Library
xpertss.json.schema.library.xpertss.json.schema.library.DraftV6HyperSchemaLibrary
xpertss.json.schema.library.xpertss.json.schema.library.DraftV6Library
xpertss.json.schema.library.xpertss.json.schema.library.DraftV7HyperSchemaLibrary
xpertss.json.schema.library.xpertss.json.schema.library.DraftV7Library
xpertss.json.schema.library.xpertss.json.schema.library.Keyword
xpertss.json.schema.library.xpertss.json.schema.library.KeywordBuilder
xpertss.json.schema.library.xpertss.json.schema.library.Library
xpertss.json.schema.library.xpertss.json.schema.library.LibraryBuilder
xpertss.json.schema.library.digest
xpertss.json.schema.library.digest.xpertss.json.schema.library.digest.CommonDigesterDictionary
xpertss.json.schema.library.digest.xpertss.json.schema.library.digest.DraftV3DigesterDictionary
xpertss.json.schema.library.digest.xpertss.json.schema.library.digest.DraftV4DigesterDictionary
xpertss.json.schema.library.format
xpertss.json.schema.library.format.xpertss.json.schema.library.format.CommonFormatAttributesDictionary
xpertss.json.schema.library.format.xpertss.json.schema.library.format.DraftV3FormatAttributesDictionary
xpertss.json.schema.library.format.xpertss.json.schema.library.format.DraftV4FormatAttributesDictionary
xpertss.json.schema.library.format.xpertss.json.schema.library.format.DraftV6FormatAttributesDictionary
xpertss.json.schema.library.format.xpertss.json.schema.library.format.DraftV7FormatAttributesDictionary
xpertss.json.schema.library.format.xpertss.json.schema.library.format.ExtraFormatsDictionary
xpertss.json.schema.library.validator
xpertss.json.schema.library.validator.xpertss.json.schema.library.validator.CommonValidatorDictionary
xpertss.json.schema.library.validator.xpertss.json.schema.library.validator.DraftV3ValidatorDictionary
xpertss.json.schema.library.validator.xpertss.json.schema.library.validator.DraftV4ValidatorDictionary
xpertss.json.schema.main
xpertss.json.schema.main.xpertss.json.schema.main.JsonSchema
xpertss.json.schema.main.xpertss.json.schema.main.JsonSchemaFactory
xpertss.json.schema.main.xpertss.json.schema.main.JsonSchemaFactoryBuilder
xpertss.json.schema.main.xpertss.json.schema.main.JsonSchemaImpl
xpertss.json.schema.main.xpertss.json.schema.main.JsonValidator
xpertss.json.schema.main.cli
xpertss.json.schema.main.cli.xpertss.json.schema.main.cli.CustomHelpFormatter
xpertss.json.schema.main.cli.xpertss.json.schema.main.cli.Main
xpertss.json.schema.main.cli.xpertss.json.schema.main.cli.Reporter
xpertss.json.schema.main.cli.xpertss.json.schema.main.cli.Reporters
xpertss.json.schema.main.cli.xpertss.json.schema.main.cli.RetCode
xpertss.json.schema.messages
xpertss.json.schema.messages.xpertss.json.schema.messages.JsonSchemaConfigurationBundle
xpertss.json.schema.messages.xpertss.json.schema.messages.JsonSchemaValidationBundle
xpertss.json.schema.processors.build
xpertss.json.schema.processors.build.xpertss.json.schema.processors.build.ValidatorBuilder
xpertss.json.schema.processors.data
xpertss.json.schema.processors.data.xpertss.json.schema.processors.data.FullData
xpertss.json.schema.processors.data.xpertss.json.schema.processors.data.SchemaContext
xpertss.json.schema.processors.data.xpertss.json.schema.processors.data.SchemaDigest
xpertss.json.schema.processors.data.xpertss.json.schema.processors.data.ValidatorList
xpertss.json.schema.processors.digest
xpertss.json.schema.processors.digest.xpertss.json.schema.processors.digest.SchemaDigester
xpertss.json.schema.processors.format
xpertss.json.schema.processors.format.xpertss.json.schema.processors.format.FormatProcessor
xpertss.json.schema.processors.syntax
xpertss.json.schema.processors.syntax.xpertss.json.schema.processors.syntax.SyntaxValidator
xpertss.json.schema.processors.validation
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ArraySchemaDigester
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ArraySchemaSelector
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.InstanceValidator
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ObjectSchemaDigester
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ObjectSchemaSelector
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.SchemaContextEquivalence
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ValidationChain
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ValidationProcessor
xpertss.json.schema.processors.validation.xpertss.json.schema.processors.validation.ValidationStack
xpertss.json.schema.validator
xpertss.json.schema.validator.xpertss.json.schema.validator.configuration.properties
xpertss.json.schema.validator.xpertss.json.schema.validator.validation.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy