Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApiV3_1
IDocument
Interface IDocument
interface
IDocument
{
components
?:
OpenApiV3_1
.
IComponents
;
info
?:
OpenApiV3_1
.
IDocument
.
IInfo
;
openapi
:
`
3.1.
${
number
}
`
;
paths
?:
Record
<
string
,
OpenApiV3_1
.
IPath
>
;
security
?:
Record
<
string
,
string
[]
>
[]
;
servers
?:
OpenApiV3_1
.
IServer
[]
;
tags
?:
OpenApiV3_1
.
IDocument
.
ITag
[]
;
webhooks
?:
Record
<
string
,
|
OpenApiV3_1
.
IPath
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/pathItems/
${
string
}
`
>
,
>
;
}
Index
Properties
components?
info?
openapi
paths?
security?
servers?
tags?
webhooks?
Properties
Optional
components
components
?:
OpenApiV3_1
.
IComponents
Optional
info
info
?:
OpenApiV3_1
.
IDocument
.
IInfo
openapi
openapi
:
`
3.1.
${
number
}
`
Optional
paths
paths
?:
Record
<
string
,
OpenApiV3_1
.
IPath
>
Optional
security
security
?:
Record
<
string
,
string
[]
>
[]
Optional
servers
servers
?:
OpenApiV3_1
.
IServer
[]
Optional
tags
tags
?:
OpenApiV3_1
.
IDocument
.
ITag
[]
Optional
webhooks
webhooks
?:
Record
<
string
,
|
OpenApiV3_1
.
IPath
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/pathItems/
${
string
}
`
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
info
openapi
paths
security
servers
tags
webhooks
@samchon/openapi
Loading...