jar

org.kitchen-eel : json-schema-validator

Maven & Gradle

Jan 28, 2013
6 usages
1.6k stars

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

Table Of Contents

Latest Version

Download org.kitchen-eel : json-schema-validator JAR file - Latest Versions:

All Versions

Download org.kitchen-eel : json-schema-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
1.0
0.6.x
0.5.x
0.4.x
0.4
0.3

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.4.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.eel.kitchen.jsonschema.format.common

├─ org.eel.kitchen.jsonschema.format.common.DateTimeFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.common.EmailFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.common.HostnameFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.common.IPV6FormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.common.RegexFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.common.URIFormatAttribute.class - [JAR]

org.eel.kitchen.jsonschema.examples

├─ org.eel.kitchen.jsonschema.examples.Example1.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example10.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example2.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example3.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example4.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example5.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example6.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example7.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example8.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.Example9.class - [JAR]

├─ org.eel.kitchen.jsonschema.examples.ExampleBase.class - [JAR]

org.eel.kitchen.jsonschema.ref

├─ org.eel.kitchen.jsonschema.ref.EmptyJsonRef.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.HierarchicalJsonRef.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.IllegalFragment.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.JarJsonRef.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.JsonFragment.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.JsonPointer.class - [JAR]

├─ org.eel.kitchen.jsonschema.ref.JsonRef.class - [JAR]

org.eel.kitchen.jsonschema.main

├─ org.eel.kitchen.jsonschema.main.JsonSchema.class - [JAR]

├─ org.eel.kitchen.jsonschema.main.JsonSchemaException.class - [JAR]

├─ org.eel.kitchen.jsonschema.main.JsonSchemaFactory.class - [JAR]

├─ org.eel.kitchen.jsonschema.main.Keyword.class - [JAR]

org.eel.kitchen.jsonschema.schema

├─ org.eel.kitchen.jsonschema.schema.AddressingMode.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.CanonicalSchemaContainer.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.InlineSchemaContainer.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.SchemaBundle.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.SchemaContainer.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.SchemaNode.class - [JAR]

├─ org.eel.kitchen.jsonschema.schema.SchemaRegistry.class - [JAR]

org.eel.kitchen.jsonschema.util.jackson

├─ org.eel.kitchen.jsonschema.util.jackson.JacksonUtils.class - [JAR]

├─ org.eel.kitchen.jsonschema.util.jackson.JsonNodeEquivalence.class - [JAR]

org.eel.kitchen.jsonschema.syntax.hyperschema.draftv3

├─ org.eel.kitchen.jsonschema.syntax.hyperschema.draftv3.ContentEncodingSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.hyperschema.draftv3.FragmentResolutionSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.hyperschema.draftv3.LinksSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.hyperschema.draftv3.MediaTypeSyntaxChecker.class - [JAR]

org.eel.kitchen.jsonschema.validator

├─ org.eel.kitchen.jsonschema.validator.ArrayValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.InstanceValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.JsonResolver.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.JsonValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.JsonValidatorCache.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.ObjectValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.validator.ValidationContext.class - [JAR]

org.eel.kitchen.jsonschema.keyword.draftv4

├─ org.eel.kitchen.jsonschema.keyword.draftv4.AllOfKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.AnyOfKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.MaxPropertiesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.MinPropertiesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.MultipleOfKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.NotKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.OneOfKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.RequiredKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv4.SchemaArrayKeywordValidator.class - [JAR]

org.eel.kitchen.jsonschema.keyword.draftv3

├─ org.eel.kitchen.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.DisallowKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.DivisibleByKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.draftv3.ExtendsKeywordValidator.class - [JAR]

org.eel.kitchen.jsonschema.format

├─ org.eel.kitchen.jsonschema.format.AbstractDateFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.FormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.IPV4FormatAttribute.class - [JAR]

org.eel.kitchen.jsonschema.metaschema

├─ org.eel.kitchen.jsonschema.metaschema.BuiltinSchemas.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.FormatAttributes.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.KeywordRegistries.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.KeywordRegistry.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.KeywordValidators.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.MetaSchema.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.SchemaURIs.class - [JAR]

├─ org.eel.kitchen.jsonschema.metaschema.SyntaxCheckers.class - [JAR]

org.eel.kitchen.jsonschema.keyword.common

├─ org.eel.kitchen.jsonschema.keyword.common.AdditionalItemsKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.EnumKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.FormatKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MaxItemsKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MaxLengthKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MaximumKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MinItemsKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MinLengthKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.MinimumKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.PatternKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.common.UniqueItemsKeywordValidator.class - [JAR]

org.eel.kitchen.jsonschema.syntax.common

├─ org.eel.kitchen.jsonschema.syntax.common.AdditionalSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.EnumSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.ExclusiveMaximumSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.ExclusiveMinimumSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.PatternPropertiesSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.PatternSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.common.URISyntaxChecker.class - [JAR]

org.eel.kitchen.jsonschema.syntax.draftv4

├─ org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4DependenciesSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4PropertiesSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv4.DraftV4TypeSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv4.NotSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv4.RequiredSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv4.SchemaArraySyntaxChecker.class - [JAR]

org.eel.kitchen.jsonschema.format.draftv3

├─ org.eel.kitchen.jsonschema.format.draftv3.DateFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.draftv3.MediaTypeFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.draftv3.PhoneNumberFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.draftv3.TimeFormatAttribute.class - [JAR]

├─ org.eel.kitchen.jsonschema.format.draftv3.UnixEpochFormatAttribute.class - [JAR]

org.eel.kitchen.jsonschema.syntax.draftv3

├─ org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3DependenciesSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3PropertiesSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.draftv3.DraftV3TypeKeywordSyntaxChecker.class - [JAR]

org.eel.kitchen.jsonschema.uri

├─ org.eel.kitchen.jsonschema.uri.DefaultURIDownloader.class - [JAR]

├─ org.eel.kitchen.jsonschema.uri.ResourceURIDownloader.class - [JAR]

├─ org.eel.kitchen.jsonschema.uri.URIDownloader.class - [JAR]

├─ org.eel.kitchen.jsonschema.uri.URIManager.class - [JAR]

org.eel.kitchen.jsonschema.report

├─ org.eel.kitchen.jsonschema.report.Domain.class - [JAR]

├─ org.eel.kitchen.jsonschema.report.Message.class - [JAR]

├─ org.eel.kitchen.jsonschema.report.ValidationReport.class - [JAR]

org.eel.kitchen.jsonschema.util

├─ org.eel.kitchen.jsonschema.util.CharMatchers.class - [JAR]

├─ org.eel.kitchen.jsonschema.util.JsonLoader.class - [JAR]

├─ org.eel.kitchen.jsonschema.util.NodeType.class - [JAR]

├─ org.eel.kitchen.jsonschema.util.RhinoHelper.class - [JAR]

org.eel.kitchen.jsonschema.syntax

├─ org.eel.kitchen.jsonschema.syntax.AbstractSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.DivisorSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.PositiveIntegerSyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.SchemaOrSchemaArraySyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.SyntaxChecker.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.SyntaxValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.syntax.TypeOnlySyntaxChecker.class - [JAR]

org.eel.kitchen.jsonschema.keyword

├─ org.eel.kitchen.jsonschema.keyword.DivisorKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.KeywordFactory.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.KeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.NumericKeywordValidator.class - [JAR]

├─ org.eel.kitchen.jsonschema.keyword.PositiveIntegerKeywordValidator.class - [JAR]

Advertisement