| Value | Meaning |
|---|---|
| undefined"" | |
| matrix"matrix" | Path-style parameters defined by RFC6570 |
| label"label" | Label style parameters defined by RFC6570 |
| form"form" | Form style parameters defined by RFC6570. This option replaces collectionFormat with a csv (when explode is false) or multi (when explode is true) value from OpenApi 2.0. |
| simple"simple" | Simple style parameters defined by RFC6570. This option replaces collectionFormat with a csv value from OpenApi 2.0. |
| spaceDelimited"spaceDelimited" | Space separated array values. This option replaces collectionFormat equal to ssv from OpenApi 2.0. |
| pipeDelimited"pipeDelimited" | Pipe separated array values. This option replaces collectionFormat equal to pipes from OpenApi 2.0. |
| deepObject"deepObject" | Provides a simple way of rendering nested objects using form parameters. |
In order to support common ways of serializing simple parameters, a set of style values are defined.