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