Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApiV3
IJsonSchema
IArray
Interface IArray
interface
IArray
{
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
Record
<
string
,
any
>
;
items
:
OpenApiV3
.
IJsonSchema
;
maxItems
?:
number
;
minItems
?:
number
;
nullable
?:
boolean
;
title
?:
string
;
type
:
"array"
;
uniqueItems
?:
boolean
;
}
Hierarchy (
View Summary
)
OpenApiV3
.
IJsonSchema
.
__ISignificant
<
"array"
>
IArray
Index
Properties
deprecated?
description?
example?
examples?
items
max
Items?
min
Items?
nullable?
title?
type
unique
Items?
Properties
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
any
>
items
items
:
OpenApiV3
.
IJsonSchema
Optional
max
Items
maxItems
?:
number
Optional
min
Items
minItems
?:
number
Optional
nullable
nullable
?:
boolean
Optional
title
title
?:
string
type
type
:
"array"
Optional
unique
Items
uniqueItems
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deprecated
description
example
examples
items
max
Items
min
Items
nullable
title
type
unique
Items
@samchon/openapi
Loading...