Pelican - v0.0.7
GitHub
Preparing search index...
pelican
jsonschema
Validator
Class Validator<T>
Custom Constructor
jsonschema.Validator.new
Type Parameters
T
Index
Constructors
constructor
Methods
validate
new
Constructors
constructor
new
Validator
<
T
>
(
schema
:
T
)
:
Validator
<
T
>
Type Parameters
T
Parameters
schema
:
T
Returns
Validator
<
T
>
Methods
validate
validate
(
data
:
any
)
:
LuaMultiReturn
<
[
boolean
,
undefined
|
string
]
>
Parameters
data
:
any
Returns
LuaMultiReturn
<
[
boolean
,
undefined
|
string
]
>
Static
new
new
<
T
>
(
this
:
void
,
schema
:
T
)
:
Validator
<
T
>
Type Parameters
T
Parameters
this
:
void
schema
:
T
Returns
Validator
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
validate
new
GitHub
Pelican - v0.0.7
Loading...
Custom Constructor
jsonschema.Validator.new