@traversable/schema
Preparing search index...
@traversable/json-schema
Index
Interface Index<T>
interface
Index
<
T
=
any
>
{
dataPath
:
(
string
|
number
)
[]
;
isOptional
:
boolean
;
refs
:
Record
<
string
,
()
=>
T
>
;
schemaPath
:
(
string
|
number
|
symbol
)
[]
;
}
Type Parameters
T
=
any
Hierarchy (
View Summary
)
Index
CompilerIndex
Index
Properties
data
Path
is
Optional
refs
schema
Path
Properties
data
Path
dataPath
:
(
string
|
number
)
[]
is
Optional
isOptional
:
boolean
refs
refs
:
Record
<
string
,
()
=>
T
>
schema
Path
schemaPath
:
(
string
|
number
|
symbol
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Path
is
Optional
refs
schema
Path
@traversable/schema
Loading...