Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApiV3_1
IJsonSchema
IArray
Interface IArray
interface
IArray
{
additionalItems
?:
boolean
|
OpenApiV3_1
.
IJsonSchema
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
Record
<
string
,
any
>
;
items
?:
OpenApiV3_1
.
IJsonSchema
|
OpenApiV3_1
.
IJsonSchema
[]
;
maxItems
?:
number
;
minItems
?:
number
;
nullable
?:
boolean
;
prefixItems
?:
OpenApiV3_1
.
IJsonSchema
[]
;
title
?:
string
;
type
:
"array"
;
uniqueItems
?:
boolean
;
}
Hierarchy (
View Summary
)
OpenApiV3_1
.
IJsonSchema
.
__ISignificant
<
"array"
>
IArray
Index
Properties
additional
Items?
deprecated?
description?
example?
examples?
items?
max
Items?
min
Items?
nullable?
prefix
Items?
title?
type
unique
Items?
Properties
Optional
additional
Items
additionalItems
?:
boolean
|
OpenApiV3_1
.
IJsonSchema
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
any
>
Optional
items
items
?:
OpenApiV3_1
.
IJsonSchema
|
OpenApiV3_1
.
IJsonSchema
[]
Optional
max
Items
maxItems
?:
number
Optional
min
Items
minItems
?:
number
Optional
nullable
nullable
?:
boolean
Optional
prefix
Items
prefixItems
?:
OpenApiV3_1
.
IJsonSchema
[]
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
additional
Items
deprecated
description
example
examples
items
max
Items
min
Items
nullable
prefix
Items
title
type
unique
Items
@samchon/openapi
Loading...