Search

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






Download json-schema-validator-1.99.2-sources.jar

json-schema/json-schema-validator-1.99.2-sources.jar.zip( 251 k)

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

LICENSE
META-INF/MANIFEST.MF
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.format.AbstractDateFormatAttribute.java
com.github.fge.jsonschema.format.FormatAttribute.java
com.github.fge.jsonschema.format.IPV4FormatAttribute.java
com.github.fge.jsonschema.format.common.DateTimeFormatAttribute.java
com.github.fge.jsonschema.format.common.EmailFormatAttribute.java
com.github.fge.jsonschema.format.common.HostnameFormatAttribute.java
com.github.fge.jsonschema.format.common.IPV6FormatAttribute.java
com.github.fge.jsonschema.format.common.RegexFormatAttribute.java
com.github.fge.jsonschema.format.common.URIFormatAttribute.java
com.github.fge.jsonschema.format.draftv3.DateFormatAttribute.java
com.github.fge.jsonschema.format.draftv3.MediaTypeFormatAttribute.java
com.github.fge.jsonschema.format.draftv3.PhoneNumberFormatAttribute.java
com.github.fge.jsonschema.format.draftv3.TimeFormatAttribute.java
com.github.fge.jsonschema.format.draftv3.UnixEpochFormatAttribute.java
com.github.fge.jsonschema.keyword.DivisorKeywordValidator.java
com.github.fge.jsonschema.keyword.KeywordFactory.java
com.github.fge.jsonschema.keyword.KeywordValidator.java
com.github.fge.jsonschema.keyword.NumericKeywordValidator.java
com.github.fge.jsonschema.keyword.PositiveIntegerKeywordValidator.java
com.github.fge.jsonschema.keyword.common.AdditionalItemsKeywordValidator.java
com.github.fge.jsonschema.keyword.common.AdditionalPropertiesKeywordValidator.java
com.github.fge.jsonschema.keyword.common.EnumKeywordValidator.java
com.github.fge.jsonschema.keyword.common.FormatKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MaxItemsKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MaxLengthKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MaximumKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MinItemsKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MinLengthKeywordValidator.java
com.github.fge.jsonschema.keyword.common.MinimumKeywordValidator.java
com.github.fge.jsonschema.keyword.common.PatternKeywordValidator.java
com.github.fge.jsonschema.keyword.common.UniqueItemsKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.AbstractTypeKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.DisallowKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.DivisibleByKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.DraftV3DependenciesKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.DraftV3PropertiesKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.DraftV3TypeKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv3.ExtendsKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.AllOfKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.AnyOfKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.DraftV4DependenciesKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.DraftV4TypeKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.MaxPropertiesKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.MinPropertiesKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.MultipleOfKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.NotKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.OneOfKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.RequiredKeywordValidator.java
com.github.fge.jsonschema.keyword.draftv4.SchemaArrayKeywordValidator.java
com.github.fge.jsonschema.library.Dictionary.java
com.github.fge.jsonschema.library.Library.java
com.github.fge.jsonschema.library.MutableDictionary.java
com.github.fge.jsonschema.library.MutableLibrary.java
com.github.fge.jsonschema.library.syntax.CommonSyntaxCheckerDictionary.java
com.github.fge.jsonschema.library.syntax.DraftV4SyntaxCheckerDictionary.java
com.github.fge.jsonschema.main.JsonSchema.java
com.github.fge.jsonschema.main.JsonSchemaException.java
com.github.fge.jsonschema.main.JsonSchemaFactory.java
com.github.fge.jsonschema.main.Keyword.java
com.github.fge.jsonschema.messages.RefProcessingMessages.java
com.github.fge.jsonschema.messages.SyntaxMessages.java
com.github.fge.jsonschema.metaschema.BuiltinSchemas.java
com.github.fge.jsonschema.metaschema.FormatAttributes.java
com.github.fge.jsonschema.metaschema.KeywordRegistries.java
com.github.fge.jsonschema.metaschema.KeywordRegistry.java
com.github.fge.jsonschema.metaschema.KeywordValidators.java
com.github.fge.jsonschema.metaschema.MetaSchema.java
com.github.fge.jsonschema.metaschema.SchemaURIs.java
com.github.fge.jsonschema.metaschema.SyntaxCheckers.java
com.github.fge.jsonschema.old.syntax.AbstractSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.DivisorSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.PositiveIntegerSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.SchemaOrSchemaArraySyntaxChecker.java
com.github.fge.jsonschema.old.syntax.SyntaxChecker.java
com.github.fge.jsonschema.old.syntax.SyntaxValidator.java
com.github.fge.jsonschema.old.syntax.TypeOnlySyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.AdditionalSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.EnumSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.ExclusiveMaximumSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.ExclusiveMinimumSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.PatternPropertiesSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.PatternSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.common.URISyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3DependenciesSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3PropertiesSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv3.DraftV3TypeKeywordSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.DefinitionsSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4DependenciesSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4PropertiesSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.DraftV4TypeSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.NotSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.RequiredSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.draftv4.SchemaArraySyntaxChecker.java
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.ContentEncodingSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.FragmentResolutionSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.LinksSyntaxChecker.java
com.github.fge.jsonschema.old.syntax.hyperschema.draftv3.MediaTypeSyntaxChecker.java
com.github.fge.jsonschema.processing.LogLevel.java
com.github.fge.jsonschema.processing.ProcessingException.java
com.github.fge.jsonschema.processing.Processor.java
com.github.fge.jsonschema.processing.ProcessorChain.java
com.github.fge.jsonschema.processing.ValidationData.java
com.github.fge.jsonschema.processing.ref.Dereferencing.java
com.github.fge.jsonschema.processing.ref.RefResolverProcessor.java
com.github.fge.jsonschema.processing.ref.SchemaLoader.java
com.github.fge.jsonschema.processing.ref.URIManager.java
com.github.fge.jsonschema.processing.syntax.SyntaxProcessor.java
com.github.fge.jsonschema.processing.syntax.SyntaxReport.java
com.github.fge.jsonschema.ref.EmptyJsonRef.java
com.github.fge.jsonschema.ref.HierarchicalJsonRef.java
com.github.fge.jsonschema.ref.IllegalFragment.java
com.github.fge.jsonschema.ref.JarJsonRef.java
com.github.fge.jsonschema.ref.JsonFragment.java
com.github.fge.jsonschema.ref.JsonPointer.java
com.github.fge.jsonschema.ref.JsonRef.java
com.github.fge.jsonschema.report.AbstractProcessingReport.java
com.github.fge.jsonschema.report.Domain.java
com.github.fge.jsonschema.report.JsonProcessingReport.java
com.github.fge.jsonschema.report.ListProcessingReport.java
com.github.fge.jsonschema.report.Message.java
com.github.fge.jsonschema.report.MessageProvider.java
com.github.fge.jsonschema.report.ProcessingMessage.java
com.github.fge.jsonschema.report.ProcessingReport.java
com.github.fge.jsonschema.report.ValidationReport.java
com.github.fge.jsonschema.schema.AddressingMode.java
com.github.fge.jsonschema.schema.CanonicalSchemaContext.java
com.github.fge.jsonschema.schema.InlineSchemaContext.java
com.github.fge.jsonschema.schema.SchemaBundle.java
com.github.fge.jsonschema.schema.SchemaContext.java
com.github.fge.jsonschema.schema.SchemaNode.java
com.github.fge.jsonschema.schema.SchemaRegistry.java
com.github.fge.jsonschema.syntax.AbstractSyntaxChecker.java
com.github.fge.jsonschema.syntax.SyntaxChecker.java
com.github.fge.jsonschema.syntax.common.AdditionalSyntaxChecker.java
com.github.fge.jsonschema.syntax.common.EnumSyntaxChecker.java
com.github.fge.jsonschema.syntax.common.ExclusiveMaximumSyntaxChecker.java
com.github.fge.jsonschema.syntax.common.ExclusiveMinimumSyntaxChecker.java
com.github.fge.jsonschema.syntax.common.PatternPropertiesSyntaxChecker.java
com.github.fge.jsonschema.syntax.common.PatternSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.DefinitionsSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.DraftV4DependenciesSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.DraftV4ItemsSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.DraftV4PropertiesSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.DraftV4TypeSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.NotSyntaxChecker.java
com.github.fge.jsonschema.syntax.draftv4.RequiredSyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.DependenciesSyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.DivisorSyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.PositiveIntegerSyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.SchemaArraySyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.SchemaMapSyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.SchemaOrSchemaArraySyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.TypeOnlySyntaxChecker.java
com.github.fge.jsonschema.syntax.helpers.URISyntaxChecker.java
com.github.fge.jsonschema.tree.BaseJsonTree.java
com.github.fge.jsonschema.tree.CanonicalSchemaTree.java
com.github.fge.jsonschema.tree.InlineSchemaTree.java
com.github.fge.jsonschema.tree.JsonSchemaTree.java
com.github.fge.jsonschema.tree.JsonTree.java
com.github.fge.jsonschema.tree.SimpleJsonTree.java
com.github.fge.jsonschema.uri.DefaultURIDownloader.java
com.github.fge.jsonschema.uri.ResourceURIDownloader.java
com.github.fge.jsonschema.uri.URIDownloader.java
com.github.fge.jsonschema.uri.URIManager.java
com.github.fge.jsonschema.util.AsJson.java
com.github.fge.jsonschema.util.CharMatchers.java
com.github.fge.jsonschema.util.Frozen.java
com.github.fge.jsonschema.util.JsonLoader.java
com.github.fge.jsonschema.util.NodeType.java
com.github.fge.jsonschema.util.ProcessingCache.java
com.github.fge.jsonschema.util.RhinoHelper.java
com.github.fge.jsonschema.util.Thawed.java
com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence.java
com.github.fge.jsonschema.util.equivalence.SyntaxCheckingEquivalence.java
com.github.fge.jsonschema.util.jackson.JacksonUtils.java
com.github.fge.jsonschema.validator.ArrayValidator.java
com.github.fge.jsonschema.validator.InstanceValidator.java
com.github.fge.jsonschema.validator.JsonResolver.java
com.github.fge.jsonschema.validator.JsonValidator.java
com.github.fge.jsonschema.validator.JsonValidatorCache.java
com.github.fge.jsonschema.validator.ObjectValidator.java
com.github.fge.jsonschema.validator.ValidationContext.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-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.3.jar
30.Download json-schema-validator-1.99.4.jar
31.Download json-schema-validator-1.99.5.jar
32.Download json-schema-validator-1.99.6.jar
33.Download json-schema-validator-1.99.7.jar
34.Download json-schema-validator-1.99.8.jar
35.Download json-schema-validator-1.99.9.jar
36.Download json-schema-validator-2.1.0.jar
37.Download json-schema-formats-1.0.0-sources.jar
38.Download json-schema-formats-1.0.0.jar
39.Download json-schema-formats-1.0.1-sources.jar
40.Download json-schema-formats-1.0.1.jar
41.Download json-schema-validator-2.0.0-sources.jar
42.Download json-schema-validator-2.0.0.jar
43.Download json-schema-validator-2.0.1-sources.jar
44.Download json-schema-validator-2.0.1.jar
45.Download json-schema-validator-2.1.0-sources.jar
46.Download json-schema-validator-2.1.1-sources.jar
47.Download json-schema-validator-2.1.1.jar
48.Download json-schema-validator-2.1.2-sources.jar
49.Download json-schema-validator-2.1.2.jar
50.Download json-schema-validator-2.1.3-sources.jar
51.Download json-schema-validator-2.1.3.jar
52.Download json-schema-validator-2.1.4-sources.jar
53.Download json-schema-validator-2.1.4.jar
54.Download json-schema-validator-2.1.5-sources.jar
55.Download json-schema-validator-2.1.5.jar
56.Download json-schema-validator-2.1.6-sources.jar
57.Download json-schema-validator-2.1.6.jar
58.Download json-schema-validator-2.1.7-sources.jar
59.Download json-schema-validator-2.1.7.jar
60.Download json-schema-processor-examples-0.1-sources.jar
61.Download json-schema-processor-examples-0.1.jar
62.Download json-schema-processor-examples-0.2-sources.jar
63.Download json-schema-processor-examples-0.2.jar
64.Download json-schema-processor-examples-0.3-sources.jar
65.Download json-schema-processor-examples-0.3.jar
66.Download json-schema-processor-examples-0.4-sources.jar
67.Download json-schema-processor-examples-0.4.jar
68.Download json-schema-processor-examples-0.5-sources.jar
69.Download json-schema-processor-examples-0.5.jar
70.Download json-schema-formats-1.2.0-sources.jar
71.Download json-schema-formats-1.2.0.jar
72.Download json-schema-core-0.99.1-sources.jar
73.Download json-schema-core-0.99.2-sources.jar
74.Download json-schema-core-0.99.3-sources.jar
75.Download json-schema-core-0.99.4-sources.jar
76.Download json-schema-core-0.99.5-sources.jar
77.Download json-schema-core-0.99.6-sources.jar
78.Download json-schema-core-0.99.8-sources.jar
79.Download json-schema-validator-1.99.0-sources.jar
80.Download json-schema-validator-1.99.1-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