| Package | Description |
|---|---|
| com.networknt.schema | |
| com.networknt.schema.format |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormat |
class |
PatternFormat |
| Modifier and Type | Field and Description |
|---|---|
static List<Format> |
JsonSchemaVersion.BUILTIN_FORMATS |
static List<Format> |
JsonMetaSchema.COMMON_BUILTIN_FORMATS |
| Modifier and Type | Method and Description |
|---|---|
JsonMetaSchema.Builder |
JsonMetaSchema.Builder.addFormat(Format format) |
| Modifier and Type | Method and Description |
|---|---|
JsonMetaSchema.Builder |
JsonMetaSchema.Builder.addFormats(Collection<? extends Format> formats) |
| Constructor and Description |
|---|
FormatValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext,
Format format,
ValidatorTypeCode type) |
| Constructor and Description |
|---|
FormatKeyword(ValidatorTypeCode type,
Map<String,Format> formats) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexFormat
Validates that a value is a valid regex.
|
class |
TimeFormat
Validates that a value conforms to the time specification in RFC 3339.
|
Copyright © 2023. All rights reserved.