Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
SwaggerV2
IJsonSchema
IInteger
Interface IInteger
interface
IInteger
{
default
?:
null
|
number
;
deprecated
?:
boolean
;
description
?:
string
;
enum
?:
(
null
|
number
)
[]
;
example
?:
any
;
examples
?:
any
[]
;
exclusiveMaximum
?:
boolean
;
exclusiveMinimum
?:
boolean
;
maximum
?:
number
;
minimum
?:
number
;
multipleOf
?:
number
;
title
?:
string
;
type
:
"integer"
;
"x-nullable"
?:
boolean
;
}
Hierarchy (
View Summary
)
SwaggerV2
.
IJsonSchema
.
__ISignificant
<
"integer"
>
IInteger
Index
Properties
default?
deprecated?
description?
enum?
example?
examples?
exclusive
Maximum?
exclusive
Minimum?
maximum?
minimum?
multiple
Of?
title?
type
x-
nullable?
Properties
Optional
default
default
?:
null
|
number
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
enum
enum
?:
(
null
|
number
)
[]
Optional
example
example
?:
any
Optional
examples
examples
?:
any
[]
Optional
exclusive
Maximum
exclusiveMaximum
?:
boolean
Optional
exclusive
Minimum
exclusiveMinimum
?:
boolean
Optional
maximum
maximum
?:
number
Optional
minimum
minimum
?:
number
Optional
multiple
Of
multipleOf
?:
number
Exclusive Minimum
0
Optional
title
title
?:
string
type
type
:
"integer"
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
exclusive
Maximum
exclusive
Minimum
maximum
minimum
multiple
Of
title
type
x-
nullable
@samchon/openapi
Loading...
Exclusive Minimum
0