Skip to main content
Go to Latest
type alias ParameterStyle
import { type ParameterStyle } from "https://deno.land/x/openbox@1.1.5/mod.ts";

The style of a parameter. Describes how the parameter value will be serialized. (serialization is not implemented yet) Specification: https://github.com/OAI/Openapi-Specification/blob/main/versions/3.1.0.md#style-values

definition:
| "matrix"
| "label"
| "form"
| "simple"
| "spaceDelimited"
| "pipeDelimited"
| "deepObject"