openapi-fastify
Preparing search index...
OpenAPI
OpenAPIV3
ResponseObject
Interface ResponseObject
interface
ResponseObject
{
content
?:
{
[
media
:
string
]:
MediaTypeObject
}
;
description
:
string
;
headers
?:
{
[
header
:
string
]:
ReferenceObject
|
HeaderObject
}
;
links
?:
{
[
link
:
string
]:
ReferenceObject
|
LinkObject
}
;
}
Index
Properties
content?
description
headers?
links?
Properties
Optional
content
content
?:
{
[
media
:
string
]:
MediaTypeObject
}
description
description
:
string
Optional
headers
headers
?:
{
[
header
:
string
]:
ReferenceObject
|
HeaderObject
}
Optional
links
links
?:
{
[
link
:
string
]:
ReferenceObject
|
LinkObject
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
description
headers
links
openapi-fastify
Loading...