[I] OpenAPIRequestBody3_2
Extends
Section titled “Extends”- Omit<- OpenAPI3RequestBody,- "content">
Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | Description | Inherited from | 
|---|---|---|---|
| content | Record<string,Refable<OpenAPIMediaType3_2>> | A map containing descriptions of potential request payloads. The key is a media type or media type range and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/* | - | 
| description? | string | A brief description of the request body. This could contain examples of use. CommonMark syntax MAY be used for rich text representation. | Omit.description | 
| required? | boolean | Determines if the request body is required in the request. Defaults to false. | Omit.required |