Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
SwaggerV2
IJsonSchema
__ISignificant
Interface __ISignificant<Type>
interface
__ISignificant
<
Type
extends
string
>
{
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
any
[]
;
title
?:
string
;
type
:
Type
;
"x-nullable"
?:
boolean
;
}
Type Parameters
Type
extends
string
Hierarchy (
View Summary
)
SwaggerV2
.
IJsonSchema
.
__IAttribute
__ISignificant
SwaggerV2
.
IJsonSchema
.
IBoolean
SwaggerV2
.
IJsonSchema
.
IInteger
SwaggerV2
.
IJsonSchema
.
INumber
SwaggerV2
.
IJsonSchema
.
IString
SwaggerV2
.
IJsonSchema
.
IArray
SwaggerV2
.
IJsonSchema
.
IObject
Index
Properties
deprecated?
description?
example?
examples?
title?
type
x-
nullable?
Properties
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
any
[]
Optional
title
title
?:
string
type
type
:
Type
Optional
x-
nullable
"x-nullable"
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deprecated
description
example
examples
title
type
x-
nullable
@samchon/openapi
Loading...