mbus-backend
Preparing search index...
routes/documented
OpenAPI
Interface OpenAPI
the subset of the openapi format(s) we are concerned with generating
interface
OpenAPI
{
components
:
{
schemas
:
Record
<
string
,
JSONSchema.JSONSchema
>
}
;
info
:
{
title
:
string
;
version
:
string
}
;
openapi
:
"3.1.2"
;
paths
:
Record
<
string
,
{
get
?:
OpenAPIGetPath
;
post
?:
OpenAPIPostPath
}
>
;
}
Index
Properties
components
info
openapi
paths
Properties
components
components
:
{
schemas
:
Record
<
string
,
JSONSchema.JSONSchema
>
}
info
info
:
{
title
:
string
;
version
:
string
}
openapi
openapi
:
"3.1.2"
paths
paths
:
Record
<
string
,
{
get
?:
OpenAPIGetPath
;
post
?:
OpenAPIPostPath
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
info
openapi
paths
mbus-backend
Loading...
the subset of the openapi format(s) we are concerned with generating