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