文件名称: json-schema-validator-2.2.14.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.14</version>
</dependency>Gradle:
implementation group: 'com.github.java-json-tools', name: 'json-schema-validator', version: '2.2.14'
Gradle (Short):
implementation 'com.github.java-json-tools:json-schema-validator:2.2.14'
Gradle (Kotlin):
implementation("com.github.java-json-tools:json-schema-validator:2.2.14")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.fge.jsonschema.cfg
com.github.fge.jsonschema.examples
com.github.fge.jsonschema.exceptions
com.github.fge.jsonschema.format
com.github.fge.jsonschema.format.common
com.github.fge.jsonschema.format.draftv3
com.github.fge.jsonschema.format.extra
com.github.fge.jsonschema.format.helpers
com.github.fge.jsonschema.keyword.digest
com.github.fge.jsonschema.keyword.digest.common
com.github.fge.jsonschema.keyword.digest.draftv3
com.github.fge.jsonschema.keyword.digest.draftv4
com.github.fge.jsonschema.keyword.digest.helpers
com.github.fge.jsonschema.keyword.validator
com.github.fge.jsonschema.keyword.validator.common
com.github.fge.jsonschema.keyword.validator.draftv3
com.github.fge.jsonschema.keyword.validator.draftv4
com.github.fge.jsonschema.keyword.validator.helpers
com.github.fge.jsonschema.library
com.github.fge.jsonschema.library.digest
com.github.fge.jsonschema.library.format
com.github.fge.jsonschema.library.validator
com.github.fge.jsonschema.main
com.github.fge.jsonschema.main.cli
com.github.fge.jsonschema.messages
com.github.fge.jsonschema.processors.build
com.github.fge.jsonschema.processors.data
com.github.fge.jsonschema.processors.digest
com.github.fge.jsonschema.processors.format
com.github.fge.jsonschema.processors.syntax
com.github.fge.jsonschema.processors.validationcom.github.fge.jsonschema.cfg.ValidationConfiguration
com.github.fge.jsonschema.cfg.ValidationConfigurationBuilder
com.github.fge.jsonschema.examples.Example1
com.github.fge.jsonschema.examples.Example10
com.github.fge.jsonschema.examples.Example2
com.github.fge.jsonschema.examples.Example3
com.github.fge.jsonschema.examples.Example4
com.github.fge.jsonschema.examples.Example5
com.github.fge.jsonschema.examples.Example6
com.github.fge.jsonschema.examples.Example7
com.github.fge.jsonschema.examples.Example8
com.github.fge.jsonschema.examples.Example9
com.github.fge.jsonschema.examples.Example9.DivisorsKeywordValidator
com.github.fge.jsonschema.examples.Utils
com.github.fge.jsonschema.exceptions.InvalidInstanceException
com.github.fge.jsonschema.format.AbstractFormatAttribute
com.github.fge.jsonschema.format.FormatAttribute
com.github.fge.jsonschema.format.common.DateTimeAttribute
com.github.fge.jsonschema.format.common.EmailAttribute
com.github.fge.jsonschema.format.common.IPv6Attribute
com.github.fge.jsonschema.format.common.RFC3339DateTimeAttribute
com.github.fge.jsonschema.format.common.RegexAttribute
com.github.fge.jsonschema.format.common.URIAttribute
com.github.fge.jsonschema.format.draftv3.DateAttribute
com.github.fge.jsonschema.format.draftv3.PhoneAttribute
com.github.fge.jsonschema.format.draftv3.TimeAttribute
com.github.fge.jsonschema.format.draftv3.UTCMillisecAttribute
com.github.fge.jsonschema.format.extra.Base64FormatAttribute
com.github.fge.jsonschema.format.extra.JsonPointerFormatAttribute
com.github.fge.jsonschema.format.extra.MD5FormatAttribute
com.github.fge.jsonschema.format.extra.MacAddressFormatAttribute
com.github.fge.jsonschema.format.extra.SHA1FormatAttribute
com.github.fge.jsonschema.format.extra.SHA256FormatAttribute
com.github.fge.jsonschema.format.extra.SHA512FormatAttribute
com.github.fge.jsonschema.format.extra.URITemplateFormatAttribute
com.github.fge.jsonschema.format.extra.UUIDFormatAttribute
com.github.fge.jsonschema.format.helpers.AbstractDateFormatAttribute
com.github.fge.jsonschema.format.helpers.HexStringFormatAttribute
com.github.fge.jsonschema.format.helpers.IPv4FormatAttribute
com.github.fge.jsonschema.format.helpers.SharedHostNameAttribute
com.github.fge.jsonschema.keyword.digest.AbstractDigester
com.github.fge.jsonschema.keyword.digest.Digester
com.github.fge.jsonschema.keyword.digest.common.AdditionalItemsDigester
com.github.fge.jsonschema.keyword.digest.common.AdditionalPropertiesDigester
com.github.fge.jsonschema.keyword.digest.common.MaximumDigester
com.github.fge.jsonschema.keyword.digest.common.MinimumDigester
com.github.fge.jsonschema.keyword.digest.draftv3.DivisibleByDigester
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3DependenciesDigester
com.github.fge.jsonschema.keyword.digest.draftv3.DraftV3PropertiesDigester
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4DependenciesDigester
com.github.fge.jsonschema.keyword.digest.draftv4.DraftV4TypeDigester
com.github.fge.jsonschema.keyword.digest.draftv4.MultipleOfDigester
com.github.fge.jsonschema.keyword.digest.draftv4.RequiredDigester
com.github.fge.jsonschema.keyword.digest.helpers.DraftV3TypeKeywordDigester
com.github.fge.jsonschema.keyword.digest.helpers.IdentityDigester
com.github.fge.jsonschema.keyword.digest.helpers.NullDigester
com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester
com.github.fge.jsonschema.keyword.digest.helpers.SimpleDigester
com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
com.github.fge.jsonschema.keyword.validator.KeywordValidator
com.github.fge.jsonschema.keyword.validator.KeywordValidatorFactory
com.github.fge.jsonschema.keyword.validator.ReflectionKeywordValidatorFactory
com.github.fge.jsonschema.keyword.validator.common.AdditionalItemsValidator
com.github.fge.jsonschema.keyword.validator.common.AdditionalPropertiesValidator
com.github.fge.jsonschema.keyword.validator.common.DependenciesValidator
com.github.fge.jsonschema.keyword.validator.common.EnumValidator
com.github.fge.jsonschema.keyword.validator.common.MaxItemsValidator
com.github.fge.jsonschema.keyword.validator.common.MaxLengthValidator
com.github.fge.jsonschema.keyword.validator.common.MaximumValidator
com.github.fge.jsonschema.keyword.validator.common.MinItemsValidator
com.github.fge.jsonschema.keyword.validator.common.MinLengthValidator
com.github.fge.jsonschema.keyword.validator.common.MinimumValidator
com.github.fge.jsonschema.keyword.validator.common.PatternValidator
com.github.fge.jsonschema.keyword.validator.common.UniqueItemsValidator
com.github.fge.jsonschema.keyword.validator.draftv3.DisallowKeywordValidator
com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator
com.github.fge.jsonschema.keyword.validator.draftv3.DraftV3TypeValidator
com.github.fge.jsonschema.keyword.validator.draftv3.ExtendsValidator
com.github.fge.jsonschema.keyword.validator.draftv3.PropertiesValidator
com.github.fge.jsonschema.keyword.validator.draftv4.AllOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.AnyOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.DraftV4TypeValidator
com.github.fge.jsonschema.keyword.validator.draftv4.MaxPropertiesValidator
com.github.fge.jsonschema.keyword.validator.draftv4.MinPropertiesValidator
com.github.fge.jsonschema.keyword.validator.draftv4.MultipleOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.NotValidator
com.github.fge.jsonschema.keyword.validator.draftv4.OneOfValidator
com.github.fge.jsonschema.keyword.validator.draftv4.RequiredKeywordValidator
com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
com.github.fge.jsonschema.keyword.validator.helpers.DraftV3TypeKeywordValidator
com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
com.github.fge.jsonschema.keyword.validator.helpers.PositiveIntegerValidator
com.github.fge.jsonschema.keyword.validator.helpers.SchemaArrayValidator
com.github.fge.jsonschema.library.DraftV3Library
com.github.fge.jsonschema.library.DraftV4HyperSchemaLibrary
com.github.fge.jsonschema.library.DraftV4Library
com.github.fge.jsonschema.library.Keyword
com.github.fge.jsonschema.library.KeywordBuilder
com.github.fge.jsonschema.library.Library
com.github.fge.jsonschema.library.LibraryBuilder
com.github.fge.jsonschema.library.digest.CommonDigesterDictionary
com.github.fge.jsonschema.library.digest.DraftV3DigesterDictionary
com.github.fge.jsonschema.library.digest.DraftV4DigesterDictionary
com.github.fge.jsonschema.library.format.CommonFormatAttributesDictionary
com.github.fge.jsonschema.library.format.DraftV3FormatAttributesDictionary
com.github.fge.jsonschema.library.format.DraftV4FormatAttributesDictionary
com.github.fge.jsonschema.library.format.ExtraFormatsDictionary
com.github.fge.jsonschema.library.validator.CommonValidatorDictionary
com.github.fge.jsonschema.library.validator.DraftV3ValidatorDictionary
com.github.fge.jsonschema.library.validator.DraftV4ValidatorDictionary
com.github.fge.jsonschema.main.JsonSchema
com.github.fge.jsonschema.main.JsonSchemaFactory
com.github.fge.jsonschema.main.JsonSchemaFactoryBuilder
com.github.fge.jsonschema.main.JsonValidator
com.github.fge.jsonschema.main.cli.Main
com.github.fge.jsonschema.messages.JsonSchemaConfigurationBundle
com.github.fge.jsonschema.messages.JsonSchemaValidationBundle
com.github.fge.jsonschema.processors.build.ValidatorBuilder
com.github.fge.jsonschema.processors.data.FullData
com.github.fge.jsonschema.processors.data.SchemaContext
com.github.fge.jsonschema.processors.data.SchemaDigest
com.github.fge.jsonschema.processors.data.ValidatorList
com.github.fge.jsonschema.processors.digest.SchemaDigester
com.github.fge.jsonschema.processors.format.FormatProcessor
com.github.fge.jsonschema.processors.syntax.SyntaxValidator
com.github.fge.jsonschema.processors.validation.ArraySchemaDigester
com.github.fge.jsonschema.processors.validation.ArraySchemaSelector
com.github.fge.jsonschema.processors.validation.ObjectSchemaDigester
com.github.fge.jsonschema.processors.validation.ObjectSchemaSelector
com.github.fge.jsonschema.processors.validation.SchemaContextEquivalence
com.github.fge.jsonschema.processors.validation.ValidationChain
com.github.fge.jsonschema.processors.validation.ValidationProcessor