jar

com.networknt : json-schema-validator

Maven & Gradle

Jul 05, 2023
183 usages
769 stars

JsonSchemaValidator · A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12

Table Of Contents

Latest Version

Download com.networknt : json-schema-validator JAR file - Latest Versions:

All Versions

Download com.networknt : json-schema-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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-1.0.86.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.networknt.schema.urn

├─ com.networknt.schema.urn.URNFactory.class - [JAR]

com.networknt.org.apache.commons.validator.routines

├─ com.networknt.org.apache.commons.validator.routines.DomainValidator.class - [JAR]

├─ com.networknt.org.apache.commons.validator.routines.EmailValidator.class - [JAR]

├─ com.networknt.org.apache.commons.validator.routines.InetAddressValidator.class - [JAR]

├─ com.networknt.org.apache.commons.validator.routines.RegexValidator.class - [JAR]

com.networknt.schema.format

├─ com.networknt.schema.format.AbstractFormat.class - [JAR]

├─ com.networknt.schema.format.AbstractRFC3986Format.class - [JAR]

├─ com.networknt.schema.format.DateFormat.class - [JAR]

├─ com.networknt.schema.format.DateTimeValidator.class - [JAR]

├─ com.networknt.schema.format.DurationFormat.class - [JAR]

├─ com.networknt.schema.format.EmailFormat.class - [JAR]

├─ com.networknt.schema.format.IPv6AwareEmailValidator.class - [JAR]

├─ com.networknt.schema.format.IdnEmailFormat.class - [JAR]

├─ com.networknt.schema.format.IdnHostnameFormat.class - [JAR]

├─ com.networknt.schema.format.IriFormat.class - [JAR]

├─ com.networknt.schema.format.IriReferenceFormat.class - [JAR]

├─ com.networknt.schema.format.PatternFormat.class - [JAR]

├─ com.networknt.schema.format.RegexFormat.class - [JAR]

├─ com.networknt.schema.format.TimeFormat.class - [JAR]

├─ com.networknt.schema.format.UriFormat.class - [JAR]

├─ com.networknt.schema.format.UriReferenceFormat.class - [JAR]

com.networknt.schema.utils

├─ com.networknt.schema.utils.JsonNodeUtil.class - [JAR]

├─ com.networknt.schema.utils.RFC5892.class - [JAR]

├─ com.networknt.schema.utils.StringChecker.class - [JAR]

├─ com.networknt.schema.utils.StringUtils.class - [JAR]

├─ com.networknt.schema.utils.UCDLoader.class - [JAR]

├─ com.networknt.schema.utils.UnicodeDatabase.class - [JAR]

com.networknt.schema

├─ com.networknt.schema.AbstractCollector.class - [JAR]

├─ com.networknt.schema.AbstractJsonValidator.class - [JAR]

├─ com.networknt.schema.AbstractKeyword.class - [JAR]

├─ com.networknt.schema.AdditionalPropertiesValidator.class - [JAR]

├─ com.networknt.schema.AllOfValidator.class - [JAR]

├─ com.networknt.schema.AnyOfValidator.class - [JAR]

├─ com.networknt.schema.ApplyDefaultsStrategy.class - [JAR]

├─ com.networknt.schema.BaseJsonValidator.class - [JAR]

├─ com.networknt.schema.Collector.class - [JAR]

├─ com.networknt.schema.CollectorContext.class - [JAR]

├─ com.networknt.schema.ConstValidator.class - [JAR]

├─ com.networknt.schema.ContainsValidator.class - [JAR]

├─ com.networknt.schema.CustomErrorMessageType.class - [JAR]

├─ com.networknt.schema.DependenciesValidator.class - [JAR]

├─ com.networknt.schema.DependentRequired.class - [JAR]

├─ com.networknt.schema.DependentSchemas.class - [JAR]

├─ com.networknt.schema.EnumValidator.class - [JAR]

├─ com.networknt.schema.ErrorMessageType.class - [JAR]

├─ com.networknt.schema.ExclusiveMaximumValidator.class - [JAR]

├─ com.networknt.schema.ExclusiveMinimumValidator.class - [JAR]

├─ com.networknt.schema.FalseValidator.class - [JAR]

├─ com.networknt.schema.Format.class - [JAR]

├─ com.networknt.schema.FormatKeyword.class - [JAR]

├─ com.networknt.schema.FormatValidator.class - [JAR]

├─ com.networknt.schema.I18nSupport.class - [JAR]

├─ com.networknt.schema.IfValidator.class - [JAR]

├─ com.networknt.schema.ItemsValidator.class - [JAR]

├─ com.networknt.schema.ItemsValidator202012.class - [JAR]

├─ com.networknt.schema.JsonMetaSchema.class - [JAR]

├─ com.networknt.schema.JsonSchema.class - [JAR]

├─ com.networknt.schema.JsonSchemaException.class - [JAR]

├─ com.networknt.schema.JsonSchemaFactory.class - [JAR]

├─ com.networknt.schema.JsonSchemaRef.class - [JAR]

├─ com.networknt.schema.JsonSchemaVersion.class - [JAR]

├─ com.networknt.schema.JsonType.class - [JAR]

├─ com.networknt.schema.JsonValidator.class - [JAR]

├─ com.networknt.schema.Keyword.class - [JAR]

├─ com.networknt.schema.MaxItemsValidator.class - [JAR]

├─ com.networknt.schema.MaxLengthValidator.class - [JAR]

├─ com.networknt.schema.MaxPropertiesValidator.class - [JAR]

├─ com.networknt.schema.MaximumValidator.class - [JAR]

├─ com.networknt.schema.MinItemsValidator.class - [JAR]

├─ com.networknt.schema.MinLengthValidator.class - [JAR]

├─ com.networknt.schema.MinMaxContainsValidator.class - [JAR]

├─ com.networknt.schema.MinPropertiesValidator.class - [JAR]

├─ com.networknt.schema.MinimumValidator.class - [JAR]

├─ com.networknt.schema.MultipleOfValidator.class - [JAR]

├─ com.networknt.schema.NonValidationKeyword.class - [JAR]

├─ com.networknt.schema.NotAllowedValidator.class - [JAR]

├─ com.networknt.schema.NotValidator.class - [JAR]

├─ com.networknt.schema.OneOfValidator.class - [JAR]

├─ com.networknt.schema.PathType.class - [JAR]

├─ com.networknt.schema.PatternPropertiesValidator.class - [JAR]

├─ com.networknt.schema.PatternValidator.class - [JAR]

├─ com.networknt.schema.PrefixItemsValidator.class - [JAR]

├─ com.networknt.schema.PropertiesValidator.class - [JAR]

├─ com.networknt.schema.PropertyNamesValidator.class - [JAR]

├─ com.networknt.schema.ReadOnlyValidator.class - [JAR]

├─ com.networknt.schema.RecursiveRefValidator.class - [JAR]

├─ com.networknt.schema.RefValidator.class - [JAR]

├─ com.networknt.schema.RequiredValidator.class - [JAR]

├─ com.networknt.schema.SchemaValidatorsConfig.class - [JAR]

├─ com.networknt.schema.SpecVersion.class - [JAR]

├─ com.networknt.schema.SpecVersionDetector.class - [JAR]

├─ com.networknt.schema.ThreadInfo.class - [JAR]

├─ com.networknt.schema.ThresholdMixin.class - [JAR]

├─ com.networknt.schema.TrueValidator.class - [JAR]

├─ com.networknt.schema.TypeFactory.class - [JAR]

├─ com.networknt.schema.TypeValidator.class - [JAR]

├─ com.networknt.schema.UnevaluatedItemsValidator.class - [JAR]

├─ com.networknt.schema.UnevaluatedPropertiesValidator.class - [JAR]

├─ com.networknt.schema.UnionTypeValidator.class - [JAR]

├─ com.networknt.schema.UniqueItemsValidator.class - [JAR]

├─ com.networknt.schema.ValidationContext.class - [JAR]

├─ com.networknt.schema.ValidationMessage.class - [JAR]

├─ com.networknt.schema.ValidationResult.class - [JAR]

├─ com.networknt.schema.ValidatorState.class - [JAR]

├─ com.networknt.schema.ValidatorTypeCode.class - [JAR]

├─ com.networknt.schema.Version201909.class - [JAR]

├─ com.networknt.schema.Version202012.class - [JAR]

├─ com.networknt.schema.Version4.class - [JAR]

├─ com.networknt.schema.Version6.class - [JAR]

├─ com.networknt.schema.Version7.class - [JAR]

├─ com.networknt.schema.VersionCode.class - [JAR]

├─ com.networknt.schema.WriteOnlyValidator.class - [JAR]

com.networknt.schema.walk

├─ com.networknt.schema.walk.AbstractWalkListenerRunner.class - [JAR]

├─ com.networknt.schema.walk.DefaultItemWalkListenerRunner.class - [JAR]

├─ com.networknt.schema.walk.DefaultKeywordWalkListenerRunner.class - [JAR]

├─ com.networknt.schema.walk.DefaultPropertyWalkListenerRunner.class - [JAR]

├─ com.networknt.schema.walk.JsonSchemaWalkListener.class - [JAR]

├─ com.networknt.schema.walk.JsonSchemaWalker.class - [JAR]

├─ com.networknt.schema.walk.WalkEvent.class - [JAR]

├─ com.networknt.schema.walk.WalkFlow.class - [JAR]

├─ com.networknt.schema.walk.WalkListenerRunner.class - [JAR]

com.networknt.schema.regex

├─ com.networknt.schema.regex.JDKRegularExpression.class - [JAR]

├─ com.networknt.schema.regex.JoniRegularExpression.class - [JAR]

├─ com.networknt.schema.regex.RegularExpression.class - [JAR]

com.networknt.schema.uri

├─ com.networknt.schema.uri.ClasspathURLFactory.class - [JAR]

├─ com.networknt.schema.uri.ClasspathURLFetcher.class - [JAR]

├─ com.networknt.schema.uri.ClasspathURLStreamHandler.class - [JAR]

├─ com.networknt.schema.uri.URIFactory.class - [JAR]

├─ com.networknt.schema.uri.URIFetcher.class - [JAR]

├─ com.networknt.schema.uri.URISchemeFactory.class - [JAR]

├─ com.networknt.schema.uri.URISchemeFetcher.class - [JAR]

├─ com.networknt.schema.uri.URITranslator.class - [JAR]

├─ com.networknt.schema.uri.URLFactory.class - [JAR]

├─ com.networknt.schema.uri.URLFetcher.class - [JAR]

Advertisement

Dependencies from Group

Jul 05, 2023
183 usages
769 stars
Aug 17, 2023
137 usages
3.4k stars
Aug 17, 2023
97 usages
3.4k stars
Aug 17, 2023
88 usages
3.4k stars
Aug 17, 2023
75 usages
3.4k stars

Discover Dependencies

Aug 25, 2023
33 usages
3k stars
Feb 03, 2023
2 usages
6 stars
Dec 05, 2022
31 usages
1.5k stars
Aug 26, 2023
30 usages
2.1k stars
Oct 31, 2006
16 usages
Nov 06, 2012
723 usages
Feb 22, 2011
1.1k usages
14 stars
Aug 21, 2023
228 usages
8.4k stars