Search

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






Download json-schema-validator-2.1.2.jar

json-schema/json-schema-validator-2.1.2.jar.zip( 166 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.cfg.ValidationConfiguration.class
com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder.class
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.Utils.class
com.github.fge.jsonschema.exceptions.InvalidInstanceException.class
com.github.fge.jsonschema.exceptions.unchecked.FactoryConfigurationError.class
com.github.fge.jsonschema.exceptions.unchecked.ValidationConfigurationError.class
com.github.fge.jsonschema.format.AbstractFormatAttribute.class
com.github.fge.jsonschema.format.FormatAttribute.class
com.github.fge.jsonschema.format.common.DateTimeAttribute.class
com.github.fge.jsonschema.format.common.EmailAttribute.class
com.github.fge.jsonschema.format.common.IPv6Attribute.class
com.github.fge.jsonschema.format.common.RegexAttribute.class
com.github.fge.jsonschema.format.common.URIAttribute.class
com.github.fge.jsonschema.format.draftv3.DateAttribute.class
com.github.fge.jsonschema.format.draftv3.PhoneAttribute.class
com.github.fge.jsonschema.format.draftv3.TimeAttribute.class
com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute.class
com.github.fge.jsonschema.format.helpers.DateFormatAttribute.class
com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute.class
com.github.fge.jsonschema.format.helpers.SharedHostNameAttribute.class
com.github.fge.jsonschema.keyword.digest.AbstractDigester.class
com.github.fge.jsonschema.keyword.digest.Digester.class
com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester.class
com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester.class
com.github.fge.jsonschema.keyword.digest.common.MaximumDigester.class
com.github.fge.jsonschema.keyword.digest.common.MinimumDigester.class
com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester.class
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester.class
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester.class
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester.class
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester.class
com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester.class
com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester.class
com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester.class
com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester.class
com.github.fge.jsonschema.keyword.digest.helpers.NullDigester.class
com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester.class
com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester.class
com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator.class
com.github.fge.jsonschema.keyword.validator.KeywordValidator.class
com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator.class
com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator.class
com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator.class
com.github.fge.jsonschema.keyword.validator.common.EnumValidator.class
com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator.class
com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator.class
com.github.fge.jsonschema.keyword.validator.common.MaximumValidator.class
com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator.class
com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator.class
com.github.fge.jsonschema.keyword.validator.common.MinimumValidator.class
com.github.fge.jsonschema.keyword.validator.common.PatternValidator.class
com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator.class
com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator.class
com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator.class
com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator.class
com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator.class
com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.MultipleOfValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator.class
com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator.class
com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator.class
com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator.class
com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator.class
com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator.class
com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator.class
com.github.fge.jsonschema.library.DraftV3Library.class
com.github.fge.jsonschema.library.DraftV4Library.class
com.github.fge.jsonschema.library.Keyword.class
com.github.fge.jsonschema.library.KeywordBuilder.class
com.github.fge.jsonschema.library.Library.class
com.github.fge.jsonschema.library.LibraryBuilder.class
com.github.fge.jsonschema.library.digest.CommonDigesterDictionary.class
com.github.fge.jsonschema.library.digest.DraftV3DigesterDictionary.class
com.github.fge.jsonschema.library.digest.DraftV4DigesterDictionary.class
com.github.fge.jsonschema.library.format.CommonFormatAttributesDictionary.class
com.github.fge.jsonschema.library.format.DraftV3FormatAttributesDictionary.class
com.github.fge.jsonschema.library.format.DraftV4FormatAttributesDictionary.class
com.github.fge.jsonschema.library.validator.CommonValidatorDictionary.class
com.github.fge.jsonschema.library.validator.DraftV3ValidatorDictionary.class
com.github.fge.jsonschema.library.validator.DraftV4ValidatorDictionary.class
com.github.fge.jsonschema.main.JsonSchema.class
com.github.fge.jsonschema.main.JsonSchemaFactory.class
com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder.class
com.github.fge.jsonschema.main.JsonValidator.class
com.github.fge.jsonschema.messages.ConfigurationMessages.class
com.github.fge.jsonschema.messages.FactoryConfigurationMessages.class
com.github.fge.jsonschema.messages.FormatMessages.class
com.github.fge.jsonschema.messages.KeywordValidationMessages.class
com.github.fge.jsonschema.messages.ValidationConfigurationMessages.class
com.github.fge.jsonschema.processors.build.ValidatorBuilder.class
com.github.fge.jsonschema.processors.data.FullData.class
com.github.fge.jsonschema.processors.data.SchemaContext.class
com.github.fge.jsonschema.processors.data.SchemaDigest.class
com.github.fge.jsonschema.processors.data.ValidatorList.class
com.github.fge.jsonschema.processors.digest.SchemaDigester.class
com.github.fge.jsonschema.processors.format.FormatProcessor.class
com.github.fge.jsonschema.processors.syntax.SyntaxValidator.class
com.github.fge.jsonschema.processors.validation.ArraySchemaDigester.class
com.github.fge.jsonschema.processors.validation.ArraySchemaSelector.class
com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester.class
com.github.fge.jsonschema.processors.validation.ObjectSchemaSelector.class
com.github.fge.jsonschema.processors.validation.SchemaContextEquivalence.class
com.github.fge.jsonschema.processors.validation.ValidationChain.class
com.github.fge.jsonschema.processors.validation.ValidationProcessor.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-draftv3.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.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