Constant Field Values
Contents
com.networknt.*
-
com.networknt.schema.PatternPropertiesValidator Modifier and Type Constant Field Value public static final String
PROPERTY
"patternProperties"
-
com.networknt.schema.PropertiesValidator Modifier and Type Constant Field Value public static final String
PROPERTY
"properties"
-
com.networknt.schema.SchemaId Modifier and Type Constant Field Value public static final String
OPENAPI_3_0
"https://spec.openapis.org/oas/3.0/dialect"
public static final String
OPENAPI_3_1
"https://spec.openapis.org/oas/3.1/dialect/base"
public static final String
V201909
"https://json-schema.org/draft/2019-09/schema"
public static final String
V202012
"https://json-schema.org/draft/2020-12/schema"
public static final String
V4
"http://json-schema.org/draft-04/schema#"
public static final String
V6
"http://json-schema.org/draft-06/schema#"
public static final String
V7
"http://json-schema.org/draft-07/schema#"
-
com.networknt.schema.SchemaValidatorsConfig Modifier and Type Constant Field Value public static final String
ALL_KEYWORD_WALK_LISTENER_KEY
"com.networknt.AllKeywordWalkListener"
public static final int
DEFAULT_PRELOAD_JSON_SCHEMA_REF_MAX_NESTING_DEPTH
40
-
com.networknt.schema.format.IPv6Format Modifier and Type Constant Field Value public static final String
PATTERN_VALUE
"^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$"
-
com.networknt.schema.i18n.DefaultMessageSource Modifier and Type Constant Field Value public static final String
BUNDLE_BASE_NAME
"jsv-messages"