Skip to content

[I] OpenAPIMediaType3_2

[key: `x-${string}`]: any
PropertyTypeDescriptionOverridesInherited 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-11Omit.encoding-
example?unknownExample-Omit.example
examples?Record<string, Refable<OpenAPIExample3_2>>Examples with title--
itemEncoding?OpenAPIEncoding3_2A 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.--