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