[I] OpenAPIMediaType3_2
Extends
Section titled “Extends”Omit<OpenAPI3MediaType,"examples"|"schema">
Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
encoding? | Record<string, OpenAPIEncoding3_2> | A map between a property name and its encoding information See https://spec.openapis.org/oas/v3.2.0#fixed-fields-11 | Omit.encoding | - |
example? | unknown | Example | - | Omit.example |
examples? | Record<string, Refable<OpenAPIExample3_2>> | Examples with title | - | - |
itemEncoding? | OpenAPIEncoding3_2 | A single Encoding Object that provides encoding information for multiple array items See https://spec.openapis.org/oas/v3.2.0#fixed-fields-11 | - | - |
itemSchema? | Refable<OpenAPISchema3_2> | The schema defining the structure of each item in a stream. Used for streaming content types like text/event-stream. See https://spec.openapis.org/oas/v3.2.0.html#server-sent-event-streams | - | - |
prefixEncoding? | OpenAPIEncoding3_2[] | An array of positional encoding information See https://spec.openapis.org/oas/v3.2.0#fixed-fields-11 | - | - |
schema? | Refable<OpenAPISchema3_2> | The schema defining the content of the request, response, or parameter. | - | - |