Search

Download json-schema-validator-1.99.3.jar : json schema « j « Jar File Download






Download json-schema-validator-1.99.3.jar

json-schema/json-schema-validator-1.99.3.jar.zip( 271 k)

The download jar file contains the following class files or Java source files.

LICENSE
META-INF/MANIFEST.MF
META-INF/maven/com.github.fge/json-schema-validator/pom.properties
META-INF/maven/com.github.fge/json-schema-validator/pom.xml
com.github.fge.jsonschema.examples.Example1.class
com.github.fge.jsonschema.examples.Example10.class
com.github.fge.jsonschema.examples.Example2.class
com.github.fge.jsonschema.examples.Example3.class
com.github.fge.jsonschema.examples.Example4.class
com.github.fge.jsonschema.examples.Example5.class
com.github.fge.jsonschema.examples.Example6.class
com.github.fge.jsonschema.examples.Example7.class
com.github.fge.jsonschema.examples.Example8.class
com.github.fge.jsonschema.examples.Example9.class
com.github.fge.jsonschema.examples.ExampleBase.class
com.github.fge.jsonschema.format.AbstractDateFormatAttribute.class
com.github.fge.jsonschema.format.FormatAttribute.class
com.github.fge.jsonschema.format.IPV4FormatAttribute.class
com.github.fge.jsonschema.format.common.DateTimeFormatAttribute.class
com.github.fge.jsonschema.format.common.EmailFormatAttribute.class
com.github.fge.jsonschema.format.common.HostnameFormatAttribute.class
com.github.fge.jsonschema.format.common.IPV6FormatAttribute.class
com.github.fge.jsonschema.format.common.RegexFormatAttribute.class
com.github.fge.jsonschema.format.common.URIFormatAttribute.class
com.github.fge.jsonschema.format.draftv3.DateFormatAttribute.class
com.github.fge.jsonschema.format.draftv3.MediaTypeFormatAttribute.class
com.github.fge.jsonschema.format.draftv3.PhoneNumberFormatAttribute.class
com.github.fge.jsonschema.format.draftv3.TimeFormatAttribute.class
com.github.fge.jsonschema.format.draftv3.UnixEpochFormatAttribute.class
com.github.fge.jsonschema.keyword.DivisorKeywordValidator.class
com.github.fge.jsonschema.keyword.KeywordFactory.class
com.github.fge.jsonschema.keyword.KeywordValidator.class
com.github.fge.jsonschema.keyword.NumericKeywordValidator.class
com.github.fge.jsonschema.keyword.PositiveIntegerKeywordValidator.class
com.github.fge.jsonschema.keyword.common.AdditionalItemsKeywordValidator.class
com.github.fge.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator.class
com.github.fge.jsonschema.keyword.common.EnumKeywordValidator.class
com.github.fge.jsonschema.keyword.common.FormatKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MaxItemsKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MaxLengthKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MaximumKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MinItemsKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MinLengthKeywordValidator.class
com.github.fge.jsonschema.keyword.common.MinimumKeywordValidator.class
com.github.fge.jsonschema.keyword.common.PatternKeywordValidator.class
com.github.fge.jsonschema.keyword.common.UniqueItemsKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.DisallowKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.DivisibleByKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv3.ExtendsKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.AllOfKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.AnyOfKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.MaxPropertiesKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.MinPropertiesKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.MultipleOfKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.NotKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.OneOfKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.RequiredKeywordValidator.class
com.github.fge.jsonschema.keyword.draftv4.SchemaArrayKeywordValidator.class
com.github.fge.jsonschema.library.Dictionary.class
com.github.fge.jsonschema.library.Library.class
com.github.fge.jsonschema.library.MutableDictionary.class
com.github.fge.jsonschema.library.MutableLibrary.class
com.github.fge.jsonschema.library.syntax.CommonSyntaxCheckerDictionary.class
com.github.fge.jsonschema.library.syntax.DraftV4SyntaxCheckerDictionary.class
com.github.fge.jsonschema.main.JsonSchema.class
com.github.fge.jsonschema.main.JsonSchemaException.class
com.github.fge.jsonschema.main.JsonSchemaFactory.class
com.github.fge.jsonschema.main.Keyword.class
com.github.fge.jsonschema.messages.RefProcessingMessages.class
com.github.fge.jsonschema.messages.SyntaxMessages.class
com.github.fge.jsonschema.metaschema.BuiltinSchemas.class
com.github.fge.jsonschema.metaschema.FormatAttributes.class
com.github.fge.jsonschema.metaschema.KeywordRegistries.class
com.github.fge.jsonschema.metaschema.KeywordRegistry.class
com.github.fge.jsonschema.metaschema.KeywordValidators.class
com.github.fge.jsonschema.metaschema.MetaSchema.class
com.github.fge.jsonschema.metaschema.SchemaURIs.class
com.github.fge.jsonschema.metaschema.SyntaxCheckers.class
com.github.fge.jsonschema.old.syntax.AbstractSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.DivisorSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.PositiveIntegerSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.SchemaOrSchemaArraySyntaxChecker.class
com.github.fge.jsonschema.old.syntax.SyntaxChecker.class
com.github.fge.jsonschema.old.syntax.SyntaxValidator.class
com.github.fge.jsonschema.old.syntax.TypeOnlySyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.AdditionalSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.EnumSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.ExclusiveMaximumSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.ExclusiveMinimumSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.PatternPropertiesSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.PatternSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.common.URISyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3DependenciesSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3PropertiesSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3TypeKeywordSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.DefinitionsSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4DependenciesSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4PropertiesSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4TypeSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.NotSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.RequiredSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.draftv4.SchemaArraySyntaxChecker.class
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.ContentEncodingSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.FragmentResolutionSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.LinksSyntaxChecker.class
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.MediaTypeSyntaxChecker.class
com.github.fge.jsonschema.processing.LogLevel.class
com.github.fge.jsonschema.processing.ProcessingException.class
com.github.fge.jsonschema.processing.Processor.class
com.github.fge.jsonschema.processing.ProcessorChain.class
com.github.fge.jsonschema.processing.ValidationData.class
com.github.fge.jsonschema.processing.ref.Dereferencing.class
com.github.fge.jsonschema.processing.ref.RefResolverProcessor.class
com.github.fge.jsonschema.processing.ref.SchemaLoader.class
com.github.fge.jsonschema.processing.ref.URIManager.class
com.github.fge.jsonschema.processing.syntax.SyntaxProcessor.class
com.github.fge.jsonschema.processing.syntax.SyntaxReport.class
com.github.fge.jsonschema.ref.EmptyJsonRef.class
com.github.fge.jsonschema.ref.HierarchicalJsonRef.class
com.github.fge.jsonschema.ref.IllegalFragment.class
com.github.fge.jsonschema.ref.JarJsonRef.class
com.github.fge.jsonschema.ref.JsonFragment.class
com.github.fge.jsonschema.ref.JsonPointer.class
com.github.fge.jsonschema.ref.JsonRef.class
com.github.fge.jsonschema.report.AbstractProcessingReport.class
com.github.fge.jsonschema.report.Domain.class
com.github.fge.jsonschema.report.JsonProcessingReport.class
com.github.fge.jsonschema.report.ListProcessingReport.class
com.github.fge.jsonschema.report.Message.class
com.github.fge.jsonschema.report.MessageProvider.class
com.github.fge.jsonschema.report.ProcessingMessage.class
com.github.fge.jsonschema.report.ProcessingReport.class
com.github.fge.jsonschema.report.ValidationReport.class
com.github.fge.jsonschema.schema.AddressingMode.class
com.github.fge.jsonschema.schema.CanonicalSchemaContext.class
com.github.fge.jsonschema.schema.InlineSchemaContext.class
com.github.fge.jsonschema.schema.SchemaBundle.class
com.github.fge.jsonschema.schema.SchemaContext.class
com.github.fge.jsonschema.schema.SchemaNode.class
com.github.fge.jsonschema.schema.SchemaRegistry.class
com.github.fge.jsonschema.syntax.AbstractSyntaxChecker.class
com.github.fge.jsonschema.syntax.SyntaxChecker.class
com.github.fge.jsonschema.syntax.common.AdditionalSyntaxChecker.class
com.github.fge.jsonschema.syntax.common.EnumSyntaxChecker.class
com.github.fge.jsonschema.syntax.common.ExclusiveMaximumSyntaxChecker.class
com.github.fge.jsonschema.syntax.common.ExclusiveMinimumSyntaxChecker.class
com.github.fge.jsonschema.syntax.common.PatternPropertiesSyntaxChecker.class
com.github.fge.jsonschema.syntax.common.PatternSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.DefinitionsSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.DraftV4DependenciesSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.DraftV4ItemsSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.DraftV4PropertiesSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.DraftV4TypeSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.NotSyntaxChecker.class
com.github.fge.jsonschema.syntax.draftv4.RequiredSyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.DependenciesSyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.DivisorSyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.PositiveIntegerSyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.SchemaArraySyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.SchemaMapSyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.SchemaOrSchemaArraySyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.TypeOnlySyntaxChecker.class
com.github.fge.jsonschema.syntax.helpers.URISyntaxChecker.class
com.github.fge.jsonschema.tree.BaseJsonTree.class
com.github.fge.jsonschema.tree.CanonicalSchemaTree.class
com.github.fge.jsonschema.tree.InlineSchemaTree.class
com.github.fge.jsonschema.tree.JsonSchemaTree.class
com.github.fge.jsonschema.tree.JsonTree.class
com.github.fge.jsonschema.tree.SimpleJsonTree.class
com.github.fge.jsonschema.uri.DefaultURIDownloader.class
com.github.fge.jsonschema.uri.ResourceURIDownloader.class
com.github.fge.jsonschema.uri.URIDownloader.class
com.github.fge.jsonschema.uri.URIManager.class
com.github.fge.jsonschema.util.AsJson.class
com.github.fge.jsonschema.util.CharMatchers.class
com.github.fge.jsonschema.util.Frozen.class
com.github.fge.jsonschema.util.JsonLoader.class
com.github.fge.jsonschema.util.NodeType.class
com.github.fge.jsonschema.util.ProcessingCache.class
com.github.fge.jsonschema.util.RhinoHelper.class
com.github.fge.jsonschema.util.Thawed.class
com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence.class
com.github.fge.jsonschema.util.equivalence.SyntaxCheckingEquivalence.class
com.github.fge.jsonschema.util.jackson.JacksonUtils.class
com.github.fge.jsonschema.validator.ArrayValidator.class
com.github.fge.jsonschema.validator.InstanceValidator.class
com.github.fge.jsonschema.validator.JsonResolver.class
com.github.fge.jsonschema.validator.JsonValidator.class
com.github.fge.jsonschema.validator.JsonValidatorCache.class
com.github.fge.jsonschema.validator.ObjectValidator.class
com.github.fge.jsonschema.validator.ValidationContext.class
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-draftv4.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

1.Download json-schema-formats-2.0.0-sources.jar
2.Download json-schema-formats-2.0.0.jar
3.Download json-schema-avro-0.1.1-sources.jar
4.Download json-schema-avro-0.1.1.jar
5.Download json-schema-avro-0.1.2-sources.jar
6.Download json-schema-avro-0.1.2.jar
7.Download json-schema-avro-0.1-sources.jar
8.Download json-schema-avro-0.1.jar
9.Download json-schema-core-0.99.1.jar
10.Download json-schema-core-0.99.2.jar
11.Download json-schema-core-0.99.3.jar
12.Download json-schema-core-0.99.4.jar
13.Download json-schema-core-0.99.5.jar
14.Download json-schema-core-0.99.6.jar
15.Download json-schema-core-0.99.8.jar
16.Download json-schema-core-1.0.1.jar
17.Download json-schema-core-1.0.2.jar
18.Download json-schema-core-1.0.jar
19.Download json-schema-core-1.1.0.jar
20.Download json-schema-core-1.1.1.jar
21.Download json-schema-validator-1.6.2.jar
22.Download json-schema-validator-1.99.0.jar
23.Download json-schema-validator-1.99.1.jar
24.Download json-schema-validator-1.99.10.jar
25.Download json-schema-validator-1.99.11.jar
26.Download json-schema-validator-1.99.12.jar
27.Download json-schema-validator-1.99.13.jar
28.Download json-schema-validator-1.99.2.jar
29.Download json-schema-validator-1.99.4.jar
30.Download json-schema-validator-1.99.5.jar
31.Download json-schema-validator-1.99.6.jar
32.Download json-schema-validator-1.99.7.jar
33.Download json-schema-validator-1.99.8.jar
34.Download json-schema-validator-1.99.9.jar
35.Download json-schema-validator-2.1.0.jar
36.Download json-schema-formats-1.0.0-sources.jar
37.Download json-schema-formats-1.0.0.jar
38.Download json-schema-formats-1.0.1-sources.jar
39.Download json-schema-formats-1.0.1.jar
40.Download json-schema-validator-2.0.0-sources.jar
41.Download json-schema-validator-2.0.0.jar
42.Download json-schema-validator-2.0.1-sources.jar
43.Download json-schema-validator-2.0.1.jar
44.Download json-schema-validator-2.1.0-sources.jar
45.Download json-schema-validator-2.1.1-sources.jar
46.Download json-schema-validator-2.1.1.jar
47.Download json-schema-validator-2.1.2-sources.jar
48.Download json-schema-validator-2.1.2.jar
49.Download json-schema-validator-2.1.3-sources.jar
50.Download json-schema-validator-2.1.3.jar
51.Download json-schema-validator-2.1.4-sources.jar
52.Download json-schema-validator-2.1.4.jar
53.Download json-schema-validator-2.1.5-sources.jar
54.Download json-schema-validator-2.1.5.jar
55.Download json-schema-validator-2.1.6-sources.jar
56.Download json-schema-validator-2.1.6.jar
57.Download json-schema-validator-2.1.7-sources.jar
58.Download json-schema-validator-2.1.7.jar
59.Download json-schema-processor-examples-0.1-sources.jar
60.Download json-schema-processor-examples-0.1.jar
61.Download json-schema-processor-examples-0.2-sources.jar
62.Download json-schema-processor-examples-0.2.jar
63.Download json-schema-processor-examples-0.3-sources.jar
64.Download json-schema-processor-examples-0.3.jar
65.Download json-schema-processor-examples-0.4-sources.jar
66.Download json-schema-processor-examples-0.4.jar
67.Download json-schema-processor-examples-0.5-sources.jar
68.Download json-schema-processor-examples-0.5.jar
69.Download json-schema-formats-1.2.0-sources.jar
70.Download json-schema-formats-1.2.0.jar
71.Download json-schema-core-0.99.1-sources.jar
72.Download json-schema-core-0.99.2-sources.jar
73.Download json-schema-core-0.99.3-sources.jar
74.Download json-schema-core-0.99.4-sources.jar
75.Download json-schema-core-0.99.5-sources.jar
76.Download json-schema-core-0.99.6-sources.jar
77.Download json-schema-core-0.99.8-sources.jar
78.Download json-schema-validator-1.99.0-sources.jar
79.Download json-schema-validator-1.99.1-sources.jar
80.Download json-schema-validator-1.99.2-sources.jar
81.Download json-schema-validator-1.99.3-sources.jar
82.Download json-schema-validator-1.99.4-sources.jar
83.Download json-schema-validator-1.99.5-sources.jar
84.Download json-schema-validator-1.99.6-sources.jar
85.Download json-schema-validator-1.99.7-sources.jar
86.Download json-schema-validator-1.99.8-sources.jar
87.Download json-schema-validator-1.99.9-sources.jar
88.Download json-schema-core-1.1.1-sources.jar
89.Download json-schema-core-1.0-sources.jar
90.Download json-schema-validator-1.99.10-sources.jar
91.Download json-schema-validator-1.99.11-sources.jar
92.Download json-schema-validator-1.99.12-sources.jar
93.Download json-schema-validator-1.99.13-sources.jar
94.Download json-schema-validator-1.99.14-sources.jar
95.Download json-schema-validator-1.99.14.jar
96.Download json-schema-core-1.1.3-sources.jar
97.Download json-schema-core-1.1.3.jar
98.Download json-schema-core-1.1.4-sources.jar
99.Download json-schema-core-1.1.4.jar
100.Download json-schema-core-1.1.5-sources.jar
101.Download json-schema-core-1.1.5.jar
102.Download json-schema-core-1.1.6-sources.jar
103.Download json-schema-core-1.1.6.jar
104.Download json-schema-core-1.1.7-sources.jar
105.Download json-schema-core-1.1.7.jar
106.Download json-schema-core-1.1.8-sources.jar
107.Download json-schema-core-1.1.8.jar
108.Download json-schema-core-1.0.1-sources.jar
109.Download json-schema-core-1.0.2-sources.jar