Skip to content

Commit 37bff7a

Browse files
authored
[Docs] Update supported parameter styles (#643)
### Motivation Have our docs accurately represent the feautures we support. ### Modifications Updated the supported OpenAPI features doc to reflect that we will support deepObject as of #538 (wait for that to land first). ### Result Accurate docs. ### Test Plan N/A
1 parent 00a1bde commit 37bff7a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody
212212
- [x] required
213213
- [x] deprecated
214214
- [ ] allowEmptyValue
215-
- [x] style (only defaults)
216-
- [x] explode (non default only for query items)
215+
- [x] style
216+
- [x] explode
217217
- [ ] allowReserved
218218
- [x] schema
219219
- [ ] example
@@ -230,7 +230,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody
230230
- [x] simple (in header)
231231
- [ ] spaceDelimited (in query)
232232
- [ ] pipeDelimited (in query)
233-
- [ ] deepObject (in query)
233+
- [x] deepObject (in query)
234234

235235
#### Supported combinations
236236

@@ -239,6 +239,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody
239239
| path | `simple` | `false` |
240240
| query | `form` | `true` |
241241
| query | `form` | `false` |
242+
| query | `deepObject` | `true` |
242243
| header | `simple` | `false` |
243244

244245
#### Reference Object

0 commit comments

Comments
 (0)