Skip to content

Commit

Permalink
Merge pull request #2846 from hkosova/deepObject-wording
Browse files Browse the repository at this point in the history
Clarify deepObject applicability. Merging per spec discussion today.
  • Loading branch information
earth2marsh committed Feb 3, 2022
2 parents d8bf7d0 + 859483b commit 49df1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ form | `primitive`, `array`, `object` | `query`, `cookie` | Form style paramet
simple | `array` | `path`, `header` | Simple style parameters defined by [RFC6570](https://tools.ietf.org/html/rfc6570#section-3.2.2). This option replaces `collectionFormat` with a `csv` value from OpenAPI 2.0.
spaceDelimited | `array`, `object` | `query` | Space separated array or object values. This option replaces `collectionFormat` equal to `ssv` from OpenAPI 2.0.
pipeDelimited | `array`, `object` | `query` | Pipe separated array or object values. This option replaces `collectionFormat` equal to `pipes` from OpenAPI 2.0.
deepObject | `object` | `query` | Provides a simple way of rendering nested objects using form parameters.
deepObject | `object` | `query` | Allows objects with scalar properties to be represented using form parameters. The representation of array or object properties is not defined.


##### Style Examples
Expand Down

0 comments on commit 49df1b2

Please sign in to comment.