Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
SwaggerV2
IJsonSchema
IObject
Interface IObject
interface
IObject
{
additionalProperties
?:
boolean
|
SwaggerV2
.
IJsonSchema
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
any
[]
;
maxProperties
?:
number
;
minProperties
?:
number
;
properties
?:
Record
<
string
,
SwaggerV2
.
IJsonSchema
>
;
required
?:
string
[]
;
title
?:
string
;
type
:
"object"
;
"x-nullable"
?:
boolean
;
}
Hierarchy (
View Summary
)
SwaggerV2
.
IJsonSchema
.
__ISignificant
<
"object"
>
IObject
Index
Properties
additional
Properties?
deprecated?
description?
example?
examples?
max
Properties?
min
Properties?
properties?
required?
title?
type
x-
nullable?
Properties
Optional
additional
Properties
additionalProperties
?:
boolean
|
SwaggerV2
.
IJsonSchema
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
any
[]
Optional
max
Properties
maxProperties
?:
number
Optional
min
Properties
minProperties
?:
number
Optional
properties
properties
?:
Record
<
string
,
SwaggerV2
.
IJsonSchema
>
Optional
required
required
?:
string
[]
Optional
title
title
?:
string
type
type
:
"object"
Optional
x-
nullable
"x-nullable"
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Properties
deprecated
description
example
examples
max
Properties
min
Properties
properties
required
title
type
x-
nullable
Nestia API Documents
Loading...