Interface: IOpenApiRequestBody
An OpenAPI Request Body Object.
See
https://spec.openapis.org/oas/latest.html#request-body-object
Properties
description?
optionaldescription?:string
A brief description of the request body.
content
content:
object
The content of the request body.
Index Signature
[contentType: string]: IOpenApiReference | IOpenApiMediaType
required?
optionalrequired?:boolean
Whether the request body is required.