Skip to content

[T] OpenAPIParameterBase3_2

type OpenAPIParameterBase3_2 = Omit<OpenAPI3ParameterBase, "content" | "examples" | "schema"> & object;
NameTypeDescription
content?Record<string, Refable<OpenAPIMediaType3_2>>A map containing the representations for the parameter. The key is the media type and the value describes it. The map MUST only contain one entry.
examples?Record<string, Refable<OpenAPIExample3_2>>-
schema?Refable<OpenAPISchema3_2>-