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