Stone.js API
Docs
Home
Preparing search index...
stone-js-openapi/src/declarations
OpenApiDocument
Interface OpenApiDocument
The generated OpenAPI document.
interface
OpenApiDocument
{
components
?:
{
schemas
:
Record
<
string
,
JsonSchema
>
}
;
info
:
OpenApiInfo
;
openapi
:
string
;
paths
:
Record
<
string
,
Record
<
string
,
unknown
>
>
;
servers
?:
OpenApiServer
[]
;
tags
?:
{
description
?:
string
;
name
:
string
}
[]
;
}
Index
Properties
components?
info
openapi
paths
servers?
tags?
Properties
Optional
components
components
?:
{
schemas
:
Record
<
string
,
JsonSchema
>
}
info
info
:
OpenApiInfo
openapi
openapi
:
string
paths
paths
:
Record
<
string
,
Record
<
string
,
unknown
>
>
Optional
servers
servers
?:
OpenApiServer
[]
Optional
tags
tags
?:
{
description
?:
string
;
name
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
components
info
openapi
paths
servers
tags
Docs
Home
Stone.js API
Loading...
The generated OpenAPI document.