Interface: IOpenApiResponse
An OpenAPI Response Object.
See
https://spec.openapis.org/oas/latest.html#response-object
Properties
summary?
optionalsummary?:string
A short summary of the meaning of the response.
description
description:
string
A description of the response.
headers?
optionalheaders?:object
The headers for the response.
Index Signature
[id: string]: IOpenApiReference | IOpenApiHeader
content?
optionalcontent?:object
The content for the response.
Index Signature
[contentType: string]: IOpenApiReference | IOpenApiMediaType
links?
optionallinks?:object
Design-time links from this response.
Index Signature
[id: string]: unknown