Search
Preparing search index...
The search index is not available
@json-schema-spec/json-schema
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Validator"
Validator
Class Validator
Hierarchy
Validator
Index
Constructors
constructor
Properties
max
Errors
max
Stack
Depth
registry
Methods
validate
validateURI
Constructors
constructor
new
Validator
(
schemas
:
any
[]
, config
?:
ValidatorConfig
)
:
Validator
Parameters
schemas:
any
[]
Optional
config:
ValidatorConfig
Returns
Validator
Properties
Private
max
Errors
max
Errors
:
number
Private
max
Stack
Depth
max
Stack
Depth
:
number
Private
registry
registry
:
Registry
Methods
validate
validate
(
instance
:
any
)
:
ValidationResult
Parameters
instance:
any
Returns
ValidationResult
validateURI
validateURI
(
uri
:
string
, instance
:
any
)
:
ValidationResult
Parameters
uri:
string
instance:
any
Returns
ValidationResult
Globals
"
Invalid
Schema
Error"
"
Max
Errors
Error"
"
MissingURIs
Error"
"
Parser"
"
Registry"
"
Schema"
"
Stack"
"
Stack
Overflow
Error"
"
Validation
Result"
"
Validator"
"
Validator.test"
"
Vm"
"index"
Validator
constructor
max
Errors
max
Stack
Depth
registry
validate
validateURI
Validator
Config
DEFAULT_
MAX_
ERRORS
DEFAULT_
MAX_
STACK_
DEPTH
Generated using
TypeDoc