@traversable/schema
Preparing search index...
@traversable/schema-to-json-schema
JsonSchema
array
Interface array<S>
interface
array
<
S
>
{
toJsonSchema
()
:
{
items
:
Returns
<
S
[
"toJsonSchema"
&
keyof
S
]
>
;
type
:
"array"
;
}
;
}
Type Parameters
S
Index
Methods
to
Json
Schema
Methods
to
Json
Schema
toJsonSchema
()
:
{
items
:
Returns
<
S
[
"toJsonSchema"
&
keyof
S
]
>
;
type
:
"array"
}
Returns
{
items
:
Returns
<
S
[
"toJsonSchema"
&
keyof
S
]
>
;
type
:
"array"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
to
Json
Schema
@traversable/schema
Loading...