diff --git a/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md b/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md index 8edb5d4d..1b83a1bf 100644 --- a/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md +++ b/Sources/swift-openapi-generator/Documentation.docc/Articles/Supported-OpenAPI-features.md @@ -212,8 +212,8 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody - [x] required - [x] deprecated - [ ] allowEmptyValue -- [x] style (only defaults) -- [x] explode (non default only for query items) +- [x] style +- [x] explode - [ ] allowReserved - [x] schema - [ ] example @@ -230,7 +230,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody - [x] simple (in header) - [ ] spaceDelimited (in query) - [ ] pipeDelimited (in query) -- [ ] deepObject (in query) +- [x] deepObject (in query) #### Supported combinations @@ -239,6 +239,7 @@ For any other formats, the payload is provided as raw bytes (using the `HTTPBody | path | `simple` | `false` | | query | `form` | `true` | | query | `form` | `false` | +| query | `deepObject` | `true` | | header | `simple` | `false` | #### Reference Object