@traversable/schema
Preparing search index...
@traversable/json-schema-types
Array
Interface Array<T>
JsonSchema.Array
interface
Array
<
T
>
{
items
:
T
;
maxItems
?:
number
;
minItems
?:
number
;
type
:
"array"
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Bounds
.
Items
Array
Index
Properties
items
max
Items?
min
Items?
type
Properties
items
items
:
T
JsonSchema.Array.items
See also:
the
spec
Optional
max
Items
maxItems
?:
number
See also:
the
spec
Optional
min
Items
minItems
?:
number
See also:
the
spec
type
type
:
"array"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
<a href="#" class="tsd-
kind-
interface">
Json
Schema.
Array</a>
Properties
items
<a href="#" class="tsd-
kind-
interface">
Json
Schema.
Array.items</a>
max
Items
min
Items
type
@traversable/schema
Loading...
JsonSchema.Array