Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3_1
IJsonSchema
IBoolean
Interface IBoolean
interface
IBoolean
{
default
?:
null
|
boolean
;
deprecated
?:
boolean
;
description
?:
string
;
enum
?:
(
null
|
boolean
)
[]
;
example
?:
any
;
examples
?:
Record
<
string
,
any
>
;
nullable
?:
boolean
;
title
?:
string
;
type
:
"boolean"
;
}
Hierarchy (
View Summary
)
OpenApiV3_1
.
IJsonSchema
.
__ISignificant
<
"boolean"
>
IBoolean
Index
Properties
default?
deprecated?
description?
enum?
example?
examples?
nullable?
title?
type
Properties
Optional
default
default
?:
null
|
boolean
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
enum
enum
?:
(
null
|
boolean
)
[]
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
any
>
Optional
nullable
nullable
?:
boolean
Optional
title
title
?:
string
type
type
:
"boolean"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
deprecated
description
enum
example
examples
nullable
title
type
Nestia API Documents
Loading...